Home
last modified time | relevance | path

Searched refs:allocatedDevices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecNetwork.java879 void removeUnusedLocalDevices(ArrayList<HdmiCecLocalDevice> allocatedDevices) { in removeUnusedLocalDevices() argument
883 boolean shouldRemoveLocalDevice = allocatedDevices.stream().noneMatch( in removeUnusedLocalDevices()
DHdmiControlService.java1404 final ArrayList<HdmiCecLocalDevice> allocatedDevices = new ArrayList<>(); in allocateLogicalAddress() local
1436 allocatedDevices.add(localDevice); in allocateLogicalAddress()
1457 mHdmiCecNetwork.removeUnusedLocalDevices(allocatedDevices); in allocateLogicalAddress()
1459 notifyAddressAllocated(allocatedDevices, initiatedBy); in allocateLogicalAddress()