Searched refs:getDevicesFromType (Results 1 – 5 of 5) sorted by relevance
80 DeviceVector getDevicesFromType(audio_devices_t types) const;
161 DeviceVector DeviceVector::getDevicesFromType(audio_devices_t type) const in getDevicesFromType() function in android::DeviceVector
315 deviceList = declaredDevices.getDevicesFromType(device); in getDeviceDescriptor()
423 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice); in updateCallRouting()427 deviceList = mAvailableInputDevices.getDevicesFromType(AUDIO_DEVICE_IN_TELEPHONY_RX); in updateCallRouting()466 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice); in updateCallRouting()471 deviceList = mAvailableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_TELEPHONY_TX); in updateCallRouting()1012 DeviceVector outputDevices = mAvailableOutputDevices.getDevicesFromType(device); in getOutputForDevice()1709 DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(device); in getInputForDevice()3551 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType); in AudioPolicyManager()3621 DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(profileType); in AudioPolicyManager()4970 deviceList = mAvailableOutputDevices.getDevicesFromType(device); in AudioPolicyManager()5075 DeviceVector deviceList = mAvailableInputDevices.getDevicesFromType(device); in AudioPolicyManager()
459 availableOutputDevices.getDevicesFromType(availableOutputDevicesType); in getDeviceForStrategyInt()