Searched refs:getNewInputDevice (Results 1 – 2 of 2) sorted by relevance
566 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
784 auto newDevice = getNewInputDevice(activeDesc); in setForceUse()2232 sp<DeviceDescriptor> device = getNewInputDevice(inputDesc); in startInput()2304 setInputDevice(input, getNewInputDevice(inputDesc), false /* force */); in stopInput()2411 setInputDevice(input->mIoHandle, getNewInputDevice(input)); in checkCloseInputs()3702 getNewInputDevice(inputDesc), in releaseAudioPatchInternal()5312 sp<DeviceDescriptor> AudioPolicyManager::getNewInputDevice( in getNewInputDevice() function in android::AudioPolicyManager