Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h359 DeviceVector getDevicesFromType(audio_devices_t types) const;
DAudioPolicyManager.cpp479 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice); in updateCallRouting()
483 deviceList = mAvailableInputDevices.getDevicesFromType(AUDIO_DEVICE_IN_TELEPHONY_RX); in updateCallRouting()
522 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice); in updateCallRouting()
527 deviceList = mAvailableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_TELEPHONY_TX); in updateCallRouting()
4366 mAvailableOutputDevices.getDevicesFromType(device) in setOutputDevice()
4471 DeviceVector deviceList = mAvailableInputDevices.getDevicesFromType(device); in setInputDevice()
6838 AudioPolicyManager::DeviceVector AudioPolicyManager::DeviceVector::getDevicesFromType( in getDevicesFromType() function in android::AudioPolicyManager::DeviceVector