Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioPolicyManagerALSA.cpp67 handleIncallSonification(stream, false, true); in setPhoneState()
156 handleIncallSonification(stream, true, true); in setPhoneState()
/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp623 handleIncallSonification((audio_stream_type_t)stream, false, true, curOutput); in setPhoneState()
913 handleIncallSonification((audio_stream_type_t)stream, true, true, curOutput); in setPhoneState()
994 handleIncallSonification(stream, false, false, outputDesc->subOutput1()->mIoHandle); in stopSource()
995 handleIncallSonification(stream, false, false, outputDesc->subOutput2()->mIoHandle); in stopSource()
997 handleIncallSonification(stream, false, false, outputDesc->mOutput1->mIoHandle); in stopSource()
998 handleIncallSonification(stream, false, false, outputDesc->mOutput2->mIoHandle); in stopSource()
1001 handleIncallSonification(stream, false, false, outputDesc->mIoHandle); in stopSource()
1115 handleIncallSonification(stream, true, false, outputDesc->mIoHandle); in startSource()
1136 handleIncallSonification(stream, true, false, outputDesc->mIoHandle); in startSource()
1141 void AudioPolicyManagerCustom::handleIncallSonification(audio_stream_type_t stream, in handleIncallSonification() function in android::AudioPolicyManagerCustom
DAudioPolicyManager.h129 …void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange, audio_i…
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h407 void handleIncallSonification(int stream, bool starting, bool stateChange);
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp308 handleIncallSonification(stream, false, true); in setPhoneState()
391 handleIncallSonification(stream, true, true); in setPhoneState()
789 handleIncallSonification(stream, true, false); in startOutput()
824 handleIncallSonification(stream, false, false); in stopOutput()
3424 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) in handleIncallSonification() function in android_audio_legacy::AudioPolicyManagerBase