Searched refs:starting (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h351 // 1 speed up process when the state is stable (when starting or stopping an output)
403 void handleIncallSonification(int stream, bool starting, bool stateChange);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp309 // are we entering or starting a call
312 // force routing command to audio hardware when starting a call
769 // wait for audio on other active outputs to be presented when starting
790 // update the outputs if starting an output with a stream that can affect notification
3184 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) argument
3196 ALOGV("handleIncallSonification() stream %d starting %d device %x stateChange %d",
3197 stream, starting, outputDesc->mDevice, stateChange);
3206 setStreamMute(stream, starting, mPrimaryOutput);
3214 setStreamMute(stream, starting, mPrimaryOutput);
3217 if (starting) {
[all...]

Completed in 2276 milliseconds