Searched refs:getNewInputDevice (Results 1 – 2 of 2) sorted by relevance
780 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
3187 sp<DeviceDescriptor> device = getNewInputDevice(inputDesc); in startInput()3260 setInputDevice(input, getNewInputDevice(inputDesc), in stopInput()3359 setInputDevice(input->mIoHandle, getNewInputDevice(input)); in checkCloseInput()4264 auto newDevice = getNewInputDevice(activeDesc); in updateInputRouting()5515 getNewInputDevice(inputDesc), in releaseAudioPatchInternal()7532 sp<DeviceDescriptor> AudioPolicyManager::getNewInputDevice( in getNewInputDevice() function in android::AudioPolicyManager