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

/hardware/qcom/audio/msm8909/policy_hal/
H A DAudioPolicyManager.cpp1781 status_t AudioPolicyManagerCustom::startInput(audio_io_handle_t input, function in class:android::AudioPolicyManagerCustom
1784 ALOGV("startInput() input %d", input);
1787 ALOGW("startInput() unknown input %d", input);
1794 ALOGW("startInput() unknown session %d on input %d", session, input);
1809 ALOGW("startInput(%d) preempting low-priority input %d", input, activeInput);
1813 ALOGE("startInput(%d) failed: other input %d already started", input, activeInput);
1835 ALOGD("startInput() setParameters rec_play_conc is setting to ON ");
1896 ALOGV("AudioPolicyManager::startInput() input source = %d", inputDesc->mInputSource);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp990 status_t AudioPolicyManagerBase::startInput(audio_io_handle_t input) function in class:android_audio_legacy::AudioPolicyManagerBase
992 ALOGV("startInput() input %d", input);
995 ALOGW("startInput() unknown input %d", input);
1010 ALOGW("startInput() preempting already started low-priority input %d", activeInput);
1014 ALOGW("startInput() input %d failed: other input already started", input);
1038 ALOGV("AudioPolicyManager::startInput() input source = %d", inputDesc->mInputSource);

Completed in 25 milliseconds