Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h645 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
H A DAudioPolicyManager.cpp2502 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