Lines Matching refs:availableInputDevices
141 DeviceVector availableInputDevices, in getDeviceForStrategyInt() argument
158 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
170 availableInputDevices, outputs, in getDeviceForStrategyInt()
187 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
203 availableInputDevices.getDeviceTypesFromHwModule(primaryOutput->getModuleHandle()); in getDeviceForStrategyInt()
213 if (((availableInputDevices.types() & in getDeviceForStrategyInt()
302 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
376 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
381 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
401 STRATEGY_PHONE, availableOutputDevices, availableInputDevices, outputs, in getDeviceForStrategyInt()
506 const DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDeviceForInputSource() local
508 audio_devices_t availableDeviceTypes = availableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN; in getDeviceForInputSource()
510 audio_devices_t availablePrimaryDeviceTypes = availableInputDevices.getDeviceTypesFromHwModule( in getDeviceForInputSource()
682 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDevicesForProductStrategy() local
689 availableInputDevices, outputs, in getDevicesForProductStrategy()
730 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes() local
741 findPreferredDevice(inputs, attr.source, availableInputDevices); in getInputDeviceForAttributes()
746 device = policyMixes.getDeviceAndMixForInputSource(attr.source, availableInputDevices, mix); in getInputDeviceForAttributes()
760 return availableInputDevices.getDevice(deviceType, in getInputDeviceForAttributes()