Searched refs:handleIncallSonification (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp63 // pertaining to sonification strategy see handleIncallSonification()
67 handleIncallSonification(stream, false, true);
147 // pertaining to sonification strategy see handleIncallSonification()
156 handleIncallSonification(stream, true, true);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h406 void handleIncallSonification(int stream, bool starting, bool stateChange);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp303 // pertaining to sonification strategy see handleIncallSonification()
307 handleIncallSonification(stream, false, true);
386 // pertaining to sonification strategy see handleIncallSonification()
390 handleIncallSonification(stream, true, true);
788 handleIncallSonification(stream, true, false);
823 handleIncallSonification(stream, false, false);
2659 // handleIncallSonification().
3408 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) function in class:android_audio_legacy::AudioPolicyManagerBase
3420 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
3428 ALOGV("handleIncallSonification() lo
[all...]

Completed in 28 milliseconds