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

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java123 private int mActiveRoutingPath; field in class:HdmiCecLocalDevice
796 return mActiveRoutingPath;
802 mActiveRoutingPath = path;
813 return mService.pathToPortId(mActiveRoutingPath);
916 pw.println(String.format("mActiveRoutingPath: 0x%04x", mActiveRoutingPath));

Completed in 7 milliseconds