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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp908 audio_io_handle_t AudioPolicyManagerBase::getInput(int inputSource, function in class:android_audio_legacy::AudioPolicyManagerBase
917 ALOGV("getInput() inputSource %d, samplingRate %d, format %d, channelMask %x, acoustics %x",
921 ALOGW("getInput() could not find device for inputSource %d", inputSource);
945 ALOGW("getInput() could not find profile for device 0x%X, samplingRate %d, format %d, "
952 ALOGE("getInput(): HW module %s not opened", profile->mModule->mName);
976 ALOGI("getInput() failed opening input: samplingRate %d, format %d, channelMask 0x%X",

Completed in 58 milliseconds