Home | History | Annotate | Download | only in audio

Lines Matching refs:stopOutput

697     // necessary for a correct control of hardware output routing by startOutput() and stopOutput()
750 status_t AudioPolicyManagerBase::stopOutput(audio_io_handle_t output,
754 ALOGV("stopOutput() output %d, stream %d, session %d", output, stream, session);
757 ALOGW("stopOutput() unknow output %d", output);
775 // delay the device switch by twice the latency because stopOutput() is executed when
802 ALOGW("stopOutput() refcount is already 0 for output %d", output);