Lines Matching refs:devices2

375             DeviceVector devices2;  in getDevicesForStrategyInt()  local
376 devices2 = availableOutputDevices.getFirstDevicesFromTypes({ in getDevicesForStrategyInt()
384 if (!devices2.isEmpty()) { in getDevicesForStrategyInt()
385 devices = devices2; in getDevicesForStrategyInt()
399 if (!devices2.isEmpty()) { in getDevicesForStrategyInt()
400 devices.add(devices2); in getDevicesForStrategyInt()
413 DeviceVector devices2; in getDevicesForStrategyInt() local
420 devices2.add(remoteSubmix); in getDevicesForStrategyInt()
424 if ((devices2.isEmpty()) && in getDevicesForStrategyInt()
426 devices2 = availableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_SPEAKER); in getDevicesForStrategyInt()
433 if (devices2.isEmpty() && !isInCall() in getDevicesForStrategyInt()
447 devices2 = in getDevicesForStrategyInt()
452 if (devices2.isEmpty() && (getLastRemovableMediaDevices().size() > 0)) { in getDevicesForStrategyInt()
460 devices2 = availableOutputDevices.getFirstDevicesFromTypes( in getDevicesForStrategyInt()
464 devices2 = availableOutputDevices.getFirstDevicesFromTypes( in getDevicesForStrategyInt()
470 if (devices2.isEmpty() && isBtScoActive(availableOutputDevices, outputs)) { in getDevicesForStrategyInt()
471 devices2 = availableOutputDevices.getFirstDevicesFromTypes( in getDevicesForStrategyInt()
478 if ((devices2.isEmpty()) && in getDevicesForStrategyInt()
480 devices2 = availableOutputDevices.getDevicesFromType( in getDevicesForStrategyInt()
484 if (devices2.isEmpty()) { in getDevicesForStrategyInt()
485 devices2 = availableOutputDevices.getFirstDevicesFromTypes({ in getDevicesForStrategyInt()
498 devices2.add(devices3); in getDevicesForStrategyInt()
501 devices.add(devices2); in getDevicesForStrategyInt()