Searched refs:getNewInputDevice (Results 1 – 2 of 2) sorted by relevance
635 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
2467 sp<DeviceDescriptor> device = getNewInputDevice(inputDesc); in startInput()2540 setInputDevice(input, getNewInputDevice(inputDesc), in stopInput()2646 setInputDevice(input->mIoHandle, getNewInputDevice(input)); in checkCloseInputs()3383 auto newDevice = getNewInputDevice(activeDesc); in updateInputRouting()4144 getNewInputDevice(inputDesc), in releaseAudioPatchInternal()5869 sp<DeviceDescriptor> AudioPolicyManager::getNewInputDevice( in getNewInputDevice() function in android::AudioPolicyManager