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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp679 // necessary for a correct control of hardware output routing by startOutput() and stopOutput()
731 status_t AudioPolicyManagerBase::stopOutput(audio_io_handle_t output, function in class:android_audio_legacy::AudioPolicyManagerBase
735 ALOGV("stopOutput() output %d, stream %d, session %d", output, stream, session);
738 ALOGW("stopOutput() unknow output %d", output);
756 // delay the device switch by twice the latency because stopOutput() is executed when
783 ALOGW("stopOutput() refcount is already 0 for output %d", output);

Completed in 106 milliseconds