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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5151 bool starting, bool stateChange)
5161 // if stateChange is true, we are called from setPhoneState() and we must mute or unmute as
5167 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
5168 stream, starting, outputDesc->mDevice, stateChange);
5171 if (stateChange) {
5150 handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange) argument

Completed in 100 milliseconds