Lines Matching refs:availableOutputDevices
235 DeviceVector availableOutputDevices = mApmObserver->getAvailableOutputDevices(); in getDeviceForStrategy() local
240 return getDeviceForStrategyInt(strategy, availableOutputDevices, in getDeviceForStrategy()
247 DeviceVector availableOutputDevices, in getDeviceForStrategyInt() argument
252 uint32_t availableOutputDevicesType = availableOutputDevices.types(); in getDeviceForStrategyInt()
263 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
271 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
283 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
287 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
302 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
319 primaryOutput->supportedDevices() & availableOutputDevices.types(); in getDeviceForStrategyInt()
408 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
455 availableOutputDevicesType = availableOutputDevices.types() & ~devices; in getDeviceForStrategyInt()
458 availableOutputDevices = in getDeviceForStrategyInt()
459 availableOutputDevices.getDevicesFromType(availableOutputDevicesType); in getDeviceForStrategyInt()
463 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
467 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
479 if (availableOutputDevices.getDevice(AUDIO_DEVICE_OUT_REMOTE_SUBMIX, in getDeviceForStrategyInt()
481 device2 = availableOutputDevices.types() & AUDIO_DEVICE_OUT_REMOTE_SUBMIX; in getDeviceForStrategyInt()
486 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs); in getDeviceForStrategyInt()
575 const DeviceVector &availableOutputDevices = mApmObserver->getAvailableOutputDevices(); in getDeviceForInputSource() local
612 (availableOutputDevices.types() & AUDIO_DEVICE_OUT_TELEPHONY_TX) == 0) { in getDeviceForInputSource()