Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1297 final ArrayList<HdmiCecLocalDevice> allocatedDevices = new ArrayList<>(); in allocateLogicalAddress() local
1326 allocatedDevices.add(localDevice); in allocateLogicalAddress()
1339 notifyAddressAllocated(allocatedDevices, initiatedBy); in allocateLogicalAddress()