Home | History | Annotate | Download | only in audio

Lines Matching defs:stopOutput

737     // necessary for a correct control of hardware output routing by startOutput() and stopOutput()
790 status_t AudioPolicyManagerBase::stopOutput(audio_io_handle_t output,
794 ALOGV("stopOutput() output %d, stream %d, session %d", output, stream, session);
797 ALOGW("stopOutput() unknow output %d", output);
815 // delay the device switch by twice the latency because stopOutput() is executed when
842 ALOGW("stopOutput() refcount is already 0 for output %d", output);