Home
last modified time | relevance | path

Searched refs:handleIncallSonification (Results 1 – 3 of 3) 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/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h407 void handleIncallSonification(int stream, bool starting, bool stateChange);
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp307 handleIncallSonification(stream, false, true); in setPhoneState()
390 handleIncallSonification(stream, true, true); in setPhoneState()
788 handleIncallSonification(stream, true, false); in startOutput()
823 handleIncallSonification(stream, false, false); in stopOutput()
3423 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) in handleIncallSonification() function in android_audio_legacy::AudioPolicyManagerBase