Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h566 sp<DeviceDescriptor> getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
DAudioPolicyManager.cpp784 auto newDevice = getNewInputDevice(activeDesc); in setForceUse()
2232 sp<DeviceDescriptor> device = getNewInputDevice(inputDesc); in startInput()
2304 setInputDevice(input, getNewInputDevice(inputDesc), false /* force */); in stopInput()
2411 setInputDevice(input->mIoHandle, getNewInputDevice(input)); in checkCloseInputs()
3702 getNewInputDevice(inputDesc), in releaseAudioPatchInternal()
5312 sp<DeviceDescriptor> AudioPolicyManager::getNewInputDevice( in getNewInputDevice() function in android::AudioPolicyManager