Home | History | Annotate | Download | only in audio

Lines Matching refs:startInput

989 status_t AudioPolicyManagerBase::startInput(audio_io_handle_t input)
991 ALOGV("startInput() input %d", input);
994 ALOGW("startInput() unknown input %d", input);
1009 ALOGW("startInput() preempting already started low-priority input %d", activeInput);
1013 ALOGW("startInput() input %d failed: other input already started", input);
1037 ALOGV("AudioPolicyManager::startInput() input source = %d", inputDesc->mInputSource);