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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp899 status_t AudioPolicyManagerBase::startInput(audio_io_handle_t input) function in class:android_audio_legacy::AudioPolicyManagerBase
901 ALOGV("startInput() input %d", input);
904 ALOGW("startInput() unknow input %d", input);
915 ALOGW("startInput() input %d failed: other input already started", input);
924 ALOGV("AudioPolicyManager::startInput() input source = %d", inputDesc->mInputSource);

Completed in 312 milliseconds