Searched refs:getNewInputDevice (Results 1 – 2 of 2) sorted by relevance
436 audio_devices_t getNewInputDevice(const sp<AudioInputDescriptor>& inputDesc);
716 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