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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h50 // - similarly process getInput() and putInput() queries received from AudioRecord objects and configure audio inputs.
110 virtual audio_io_handle_t getInput(int inputSource,
H A DAudioPolicyManagerBase.h102 virtual audio_io_handle_t getInput(int inputSource,
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp183 return lap->apm->getInput((int) inputSource, sampling_rate, format, channelMask,
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",
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp181 return qap->apm->getInput((int) inputSource, sampling_rate, (int) format, channelMask,

Completed in 49 milliseconds