Searched refs:getNewInputDevice (Results 1 – 2 of 2) sorted by relevance
578 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
785 auto newDevice = getNewInputDevice(activeDesc); in setForceUse()2285 sp<DeviceDescriptor> device = getNewInputDevice(inputDesc); in startInput()2357 setInputDevice(input, getNewInputDevice(inputDesc), false /* force */); in stopInput()2462 setInputDevice(input->mIoHandle, getNewInputDevice(input)); in checkCloseInputs()3817 getNewInputDevice(inputDesc), in releaseAudioPatchInternal()5485 sp<DeviceDescriptor> AudioPolicyManager::getNewInputDevice( in getNewInputDevice() function in android::AudioPolicyManager