Home
last modified time | relevance | path

Searched refs:getNewInputDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h635 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
DAudioPolicyManager.cpp2467 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