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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp820 audio_io_handle_t AudioPolicyManagerBase::getInput(int inputSource, function in class:android_audio_legacy::AudioPolicyManagerBase
829 ALOGV("getInput() inputSource %d, samplingRate %d, format %d, channelMask %x, acoustics %x",
833 ALOGW("getInput() could not find device for inputSource %d", inputSource);
857 ALOGW("getInput() could not find profile for device %04x, samplingRate %d, format %d,"
864 ALOGE("getInput(): HW module %s not opened", profile->mModule->mName);
887 ALOGV("getInput() failed opening input: samplingRate %d, format %d, channelMask %d",

Completed in 67 milliseconds