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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2203 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) argument
2209 // if stateChange is true, we are called from setPhoneState() and we must mute or unmute as
2214 LOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
2215 stream, starting, outputDesc->mDevice, stateChange);
2218 if (stateChange) {

Completed in 855 milliseconds