Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h378 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
DAudioPolicyManager.cpp565 handleIncallSonification((audio_stream_type_t)stream, false, true); in setPhoneState()
651 handleIncallSonification((audio_stream_type_t)stream, true, true); in setPhoneState()
1290 handleIncallSonification(stream, true, false); in startSource()
1384 handleIncallSonification(stream, false, false); in stopSource()
5740 void AudioPolicyManager::handleIncallSonification(audio_stream_type_t stream, in loadConfig() function in android::AudioPolicyManager