Searched defs:pathToPortId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java121 // the active port id (or active input) since it can be gotten by {@link #pathToPortId(int)}.
805 mService.setActivePortId(pathToPortId(path));
814 return mService.pathToPortId(mActiveRoutingPath);
836 int pathToPortId(int newPath) { method in class:HdmiCecLocalDevice
838 return mService.pathToPortId(newPath);
H A DHdmiControlService.java736 int pathToPortId(int path) { method in class:HdmiControlService
805 int portId = pathToPortId(physicalAddress);
1014 getPhysicalAddress(), pathToPortId(getPhysicalAddress()), deviceType,

Completed in 15 milliseconds