Searched refs:getDevicesFromType (Results 1 – 5 of 5) sorted by relevance
80 DeviceVector getDevicesFromType(audio_devices_t types) const;
162 DeviceVector DeviceVector::getDevicesFromType(audio_devices_t type) const in getDevicesFromType() function in android::DeviceVector
315 deviceList = declaredDevices.getDevicesFromType(device); in getDeviceDescriptor()
438 availableOutputDevices.getDevicesFromType(availableOutputDevicesType); in getDeviceForStrategyInt()
359 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()