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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp681 // routing change will happen when startOutput() will be called
740 status_t AudioPolicyManagerBase::startOutput(audio_io_handle_t output, function in class:android_audio_legacy::AudioPolicyManagerBase
744 ALOGV("startOutput() output %d, stream %d, session %d", output, stream, session);
747 ALOGW("startOutput() unknown output %d", output);
755 // necessary for a correct control of hardware output routing by startOutput() and stopOutput()

Completed in 79 milliseconds