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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h353 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
H A DAudioPolicyManager.cpp443 // pertaining to sonification strategy see handleIncallSonification()
450 handleIncallSonification((audio_stream_type_t)stream, false, true);
522 // pertaining to sonification strategy see handleIncallSonification()
529 handleIncallSonification((audio_stream_type_t)stream, true, true);
1141 handleIncallSonification(stream, true, false);
1212 handleIncallSonification(stream, false, false);
4733 void AudioPolicyManager::handleIncallSonification(audio_stream_type_t stream, function in class:android::AudioPolicyManager
4750 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
4758 ALOGV("handleIncallSonification() low visibility, muteCount %d", muteCount);
4763 ALOGV("handleIncallSonification() hig
[all...]

Completed in 76 milliseconds