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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp5847 bool starting, bool stateChange)
5853 // if stateChange is true, we are called from setPhoneState() and we must mute or unmute as
5859 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
5860 stream, starting, outputDesc->mDevice, stateChange);
5863 if (stateChange) {
5846 handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange) argument

Completed in 315 milliseconds