Searched refs:setSystemProperty (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h84 virtual void setSystemProperty(const char* property, const char* value) = 0;
H A DAudioPolicyManagerBase.h76 virtual void setSystemProperty(const char* property, const char* value);
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp127 lap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1");
H A DAudioPolicyManagerBase.cpp411 void AudioPolicyManagerBase::setSystemProperty(const char* property, const char* value) function in class:android_audio_legacy::AudioPolicyManagerBase
413 LOGV("setSystemProperty() property %s, value %s", property, value);

Completed in 90 milliseconds