Searched refs:allocatingDevices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java569 private void allocateLogicalAddress(final ArrayList<HdmiCecLocalDevice> allocatingDevices, argument
575 mAddressAllocated = allocatingDevices.isEmpty();
577 for (final HdmiCecLocalDevice localDevice : allocatingDevices) {
596 if (allocatingDevices.size() == ++finished[0]) {

Completed in 41 milliseconds