Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h80 DeviceVector getDevicesFromType(audio_devices_t types) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp162 DeviceVector DeviceVector::getDevicesFromType(audio_devices_t type) const in getDevicesFromType() function in android::DeviceVector
DHwModule.cpp315 deviceList = declaredDevices.getDevicesFromType(device); in getDeviceDescriptor()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp438 availableOutputDevices.getDevicesFromType(availableOutputDevicesType); in getDeviceForStrategyInt()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp359 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice); in updateCallRouting()
363 deviceList = mAvailableInputDevices.getDevicesFromType(AUDIO_DEVICE_IN_TELEPHONY_RX); in updateCallRouting()
402 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice); in updateCallRouting()
407 deviceList = mAvailableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_TELEPHONY_TX); in updateCallRouting()
3233 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType); in AudioPolicyManager()
3303 DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(profileType); in AudioPolicyManager()
4654 deviceList = mAvailableOutputDevices.getDevicesFromType(device); in AudioPolicyManager()
4759 DeviceVector deviceList = mAvailableInputDevices.getDevicesFromType(device); in AudioPolicyManager()