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.h403 void handleIncallSonification(int stream, bool starting, bool stateChange);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp296 // pertaining to sonification strategy see handleIncallSonification()
300 handleIncallSonification(stream, false, true);
379 // pertaining to sonification strategy see handleIncallSonification()
383 handleIncallSonification(stream, true, true);
781 handleIncallSonification(stream, true, false);
816 handleIncallSonification(stream, false, false);
2441 // handleIncallSonification().
3184 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) function in class:android_audio_legacy::AudioPolicyManagerBase
3196 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
3204 ALOGV("handleIncallSonification() lo
[all...]

Completed in 107 milliseconds