Home
last modified time | relevance | path

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

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