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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp478 // pertaining to sonification strategy see handleIncallSonification()
482 handleIncallSonification((audio_stream_type_t)stream, false, true);
554 // pertaining to sonification strategy see handleIncallSonification()
558 handleIncallSonification((audio_stream_type_t)stream, true, true);
1222 handleIncallSonification(stream, true, false);
1298 handleIncallSonification(stream, false, false);
5150 void AudioPolicyManager::handleIncallSonification(audio_stream_type_t stream, function in class:android::AudioPolicyManager
5167 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
5175 ALOGV("handleIncallSonification() low visibility, muteCount %d", muteCount);
5180 ALOGV("handleIncallSonification() hig
[all...]

Completed in 52 milliseconds