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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp756 // necessary for a correct control of hardware output routing by startOutput() and stopOutput()
809 status_t AudioPolicyManagerBase::stopOutput(audio_io_handle_t output, function in class:android_audio_legacy::AudioPolicyManagerBase
813 ALOGV("stopOutput() output %d, stream %d, session %d", output, stream, session);
816 ALOGW("stopOutput() unknown output %d", output);
834 // delay the device switch by twice the latency because stopOutput() is executed when
861 ALOGW("stopOutput() refcount is already 0 for output %d", output);

Completed in 13 milliseconds