Searched refs:getNewInputDevice (Results 1 – 2 of 2) sorted by relevance
645 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
2502 sp<DeviceDescriptor> device = getNewInputDevice(inputDesc); in startInput()2575 setInputDevice(input, getNewInputDevice(inputDesc), in stopInput()2681 setInputDevice(input->mIoHandle, getNewInputDevice(input)); in checkCloseInputs()3418 auto newDevice = getNewInputDevice(activeDesc); in updateInputRouting()4179 getNewInputDevice(inputDesc), in releaseAudioPatchInternal()6106 sp<DeviceDescriptor> AudioPolicyManager::getNewInputDevice( in getNewInputDevice() function in android::AudioPolicyManager