mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Merge "Migrate String8|16.setTo to assignment operator" into main
This commit is contained in:
@@ -107,7 +107,7 @@ std::unique_ptr<AudioParameter> ParametersUtil::getParams(const AudioParameter&
|
||||
String8 paramsAndValues;
|
||||
char* halValues = halGetParameters(keys.keysToString().c_str());
|
||||
if (halValues != NULL) {
|
||||
paramsAndValues.setTo(halValues);
|
||||
paramsAndValues = halValues;
|
||||
free(halValues);
|
||||
} else {
|
||||
paramsAndValues.clear();
|
||||
|
||||
Reference in New Issue
Block a user