Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h83 virtual void setSystemProperty(const char* property, const char* value) = 0;
DAudioPolicyManagerBase.h87 virtual void setSystemProperty(const char* property, const char* value);
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_policy_hal.cpp127 qap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1"); in ap_set_can_mute_enforced_audible()
/hardware/libhardware_legacy/audio/
Daudio_policy_hal.cpp127 lap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1"); in ap_set_can_mute_enforced_audible()
DAudioPolicyManagerBase.cpp496 void AudioPolicyManagerBase::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android_audio_legacy::AudioPolicyManagerBase