Home
last modified time | relevance | path

Searched refs:inputDesc (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp476 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput); in setForceUse() local
477 audio_devices_t newDevice = getDeviceForInputSource(inputDesc->mInputSource); in setForceUse()
478 if ((newDevice != AUDIO_DEVICE_NONE) && (newDevice != inputDesc->mDevice)) { in setForceUse()
480 inputDesc->mDevice, newDevice, activeInput); in setForceUse()
481 inputDesc->mDevice = newDevice; in setForceUse()
956 AudioInputDescriptor *inputDesc = new AudioInputDescriptor(profile); in getInput() local
958 inputDesc->mInputSource = inputSource; in getInput()
959 inputDesc->mDevice = device; in getInput()
960 inputDesc->mSamplingRate = samplingRate; in getInput()
961 inputDesc->mFormat = format; in getInput()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h344 void addInput(audio_io_handle_t id, AudioInputDescriptor *inputDesc);