Searched refs:inputDesc (Results 1 – 2 of 2) sorted by relevance
476 AudioInputDescriptor *inputDesc = mInputs.valueFor(activeInput); in setForceUse() local477 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() local958 inputDesc->mInputSource = inputSource; in getInput()959 inputDesc->mDevice = device; in getInput()960 inputDesc->mSamplingRate = samplingRate; in getInput()961 inputDesc->mFormat = format; in getInput()[all …]
344 void addInput(audio_io_handle_t id, AudioInputDescriptor *inputDesc);