Searched refs:activeDevices (Results 1 – 3 of 3) sorted by relevance
132 List<CastDevice> activeDevices = getActiveDevices(); in handleClick() local137 if (activeDevices.isEmpty() || (activeDevices.get(0).tag instanceof RouteInfo)) { in handleClick()142 mController.stopCasting(activeDevices.get(0)); in handleClick()147 ArrayList<CastDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local151 activeDevices.add(device); in getActiveDevices()155 return activeDevices; in getActiveDevices()
308 final List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local309 for (BluetoothDevice btDevice : activeDevices) { in findActiveHearingAidDevice()
5361 DeviceVector activeDevices; in getDevicesForStream() local5373 activeDevices.merge(outputDesc->devices()); in getDevicesForStream()5380 if (!activeDevices.isEmpty()) { in getDevicesForStream()5381 devices = activeDevices; in getDevicesForStream()