Searched refs:setSystemProperty (Results 1 – 5 of 5) sorted by relevance
83 virtual void setSystemProperty(const char* property, const char* value) = 0;
87 virtual void setSystemProperty(const char* property, const char* value);
127 qap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1"); in ap_set_can_mute_enforced_audible()
127 lap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1"); in ap_set_can_mute_enforced_audible()
496 void AudioPolicyManagerBase::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android_audio_legacy::AudioPolicyManagerBase