Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecControllerTest.java93 public void onAllocated(int deviceType, int logicalAddress) {
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java94 void onAllocated(int deviceType, int logicalAddress); in onAllocated() method
297 callback.onAllocated(deviceType, assignedAddress); in handleAllocateLogicalAddress()
DHdmiControlService.java1418 public void onAllocated(int deviceType, int logicalAddress) { in allocateLogicalAddress() method