Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h350 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
DAudioPolicyManager.cpp473 handleIncallSonification((audio_stream_type_t)stream, false, true); in setPhoneState()
549 handleIncallSonification((audio_stream_type_t)stream, true, true); in setPhoneState()
1199 handleIncallSonification(stream, true, false); in startSource()
1270 handleIncallSonification(stream, false, false); in stopSource()
5081 void AudioPolicyManager::handleIncallSonification(audio_stream_type_t stream, in AudioPolicyManager() function in android::AudioPolicyManager