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)}.
804 mService.setActivePortId(pathToPortId(path));
813 return mService.pathToPortId(mActiveRoutingPath);
835 int pathToPortId(int newPath) { method in class:HdmiCecLocalDevice
837 return mService.pathToPortId(newPath);
H A DHdmiControlService.java735 int pathToPortId(int path) { method in class:HdmiControlService
804 int portId = pathToPortId(physicalAddress);
1006 getPhysicalAddress(), pathToPortId(getPhysicalAddress()), deviceType,

Completed in 108 milliseconds