Home | History | Annotate | Download | only in audio

Lines Matching defs:startOutput

663         // routing change will happen when startOutput() will be called
722 status_t AudioPolicyManagerBase::startOutput(audio_io_handle_t output,
726 ALOGV("startOutput() output %d, stream %d, session %d", output, stream, session);
729 ALOGW("startOutput() unknow output %d", output);
737 // necessary for a correct control of hardware output routing by startOutput() and stopOutput()