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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h719 audio_devices_t getNewInputDevice(audio_io_handle_t input);
H A DAudioPolicyManager.cpp828 setInputDevice(activeInput, getNewInputDevice(activeInput));
1660 setInputDevice(input, getNewInputDevice(input), true /* force */);
2851 getNewInputDevice(inputDesc->mIoHandle),
4299 audio_devices_t AudioPolicyManager::getNewInputDevice(audio_io_handle_t input) function in class:android::AudioPolicyManager
4307 ALOGV("getNewInputDevice() device %08x forced by patch %d",
4315 ALOGV("getNewInputDevice() selected device %x", device);

Completed in 21 milliseconds