Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h548 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
DAudioPolicyManager.cpp812 auto newDevice = getNewInputDevice(activeDesc); in setForceUse()
2248 sp<DeviceDescriptor> device = getNewInputDevice(inputDesc); in startInput()
2309 setInputDevice(input, getNewInputDevice(inputDesc), false /* force */); in stopInput()
2415 setInputDevice(input->mIoHandle, getNewInputDevice(input)); in checkCloseInputs()
3587 getNewInputDevice(inputDesc), in releaseAudioPatch()
5227 sp<DeviceDescriptor> AudioPolicyManager::getNewInputDevice( in getNewInputDevice() function in android::AudioPolicyManager