Lines Matching refs:availableOutputDevices
140 DeviceVector availableOutputDevices, in getDeviceForStrategyInt() argument
147 availableOutputDevices.types() & ~outputDeviceTypesToIgnore; in getDeviceForStrategyInt()
158 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
169 availableOutputDevices, in getDeviceForStrategyInt()
187 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
211 availableOutputDevices.types(); in getDeviceForStrategyInt()
302 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
368 availableOutputDevicesType = availableOutputDevices.types() & ~devices; in getDeviceForStrategyInt()
371 availableOutputDevices = in getDeviceForStrategyInt()
372 availableOutputDevices.getDevicesFromTypeMask(availableOutputDevicesType); in getDeviceForStrategyInt()
376 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
381 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
394 if (availableOutputDevices.getDevice(AUDIO_DEVICE_OUT_REMOTE_SUBMIX, in getDeviceForStrategyInt()
396 device2 = availableOutputDevices.types() & AUDIO_DEVICE_OUT_REMOTE_SUBMIX; in getDeviceForStrategyInt()
401 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
505 const DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getDeviceForInputSource() local
555 (availableOutputDevices.types() & AUDIO_DEVICE_OUT_TELEPHONY_TX) == 0) { in getDeviceForInputSource()
681 DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getDevicesForProductStrategy() local
688 availableOutputDevices, in getDevicesForProductStrategy()
691 return availableOutputDevices.getDevicesFromTypeMask(devices); in getDevicesForProductStrategy()
704 const DeviceVector availableOutputDevices = getApmObserver()->getAvailableOutputDevices(); in getOutputDevicesForAttributes() local
712 sp<DeviceDescriptor> device = findPreferredDevice(outputs, strategy, availableOutputDevices); in getOutputDevicesForAttributes()