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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp3408 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) argument
3414 // if stateChange is true, we are called from setPhoneState() and we must mute or unmute as
3420 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
3421 stream, starting, outputDesc->mDevice, stateChange);
3424 if (stateChange) {

Completed in 3776 milliseconds