Home | History | Annotate | Download | only in audio

Lines Matching refs:startInput

980 status_t AudioPolicyManagerBase::startInput(audio_io_handle_t input)
982 ALOGV("startInput() input %d", input);
985 ALOGW("startInput() unknow input %d", input);
1000 ALOGW("startInput() preempting already started low-priority input %d", activeInput);
1004 ALOGW("startInput() input %d failed: other input already started..", input);
1028 ALOGV("AudioPolicyManager::startInput() input source = %d", inputDesc->mInputSource);