Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h436 audio_devices_t getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
DAudioPolicyManager.cpp716 audio_devices_t newDevice = getNewInputDevice(activeDesc); in setForceUse()
2033 audio_devices_t device = getNewInputDevice(inputDesc); in startInput()
2111 setInputDevice(input, getNewInputDevice(inputDesc), false /* force */); in stopInput()
3150 getNewInputDevice(inputDesc), in releaseAudioPatch()
4903 audio_devices_t AudioPolicyManager::getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc) in loadConfig() function in android::AudioPolicyManager