Searched refs:allocatedDevices (Results 1 – 2 of 2) sorted by relevance
879 void removeUnusedLocalDevices(ArrayList<HdmiCecLocalDevice> allocatedDevices) { in removeUnusedLocalDevices() argument883 boolean shouldRemoveLocalDevice = allocatedDevices.stream().noneMatch( in removeUnusedLocalDevices()
1404 final ArrayList<HdmiCecLocalDevice> allocatedDevices = new ArrayList<>(); in allocateLogicalAddress() local1436 allocatedDevices.add(localDevice); in allocateLogicalAddress()1457 mHdmiCecNetwork.removeUnusedLocalDevices(allocatedDevices); in allocateLogicalAddress()1459 notifyAddressAllocated(allocatedDevices, initiatedBy); in allocateLogicalAddress()