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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h83 virtual void setSystemProperty(const char* property, const char* value) = 0;
H A DAudioPolicyManagerBase.h87 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.cpp488 void AudioPolicyManagerBase::setSystemProperty(const char* property, const char* value) function in class:android_audio_legacy::AudioPolicyManagerBase
490 ALOGV("setSystemProperty() property %s, value %s", property, value);
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp127 qap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1");

Completed in 101 milliseconds