Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevice.java141 private int mActiveRoutingPath; field in HdmiCecLocalDevice
911 return mActiveRoutingPath; in getActivePath()
917 mActiveRoutingPath = path; in setActivePath()
928 return mService.pathToPortId(mActiveRoutingPath); in getActivePortId()
1130 pw.println(String.format("mActiveRoutingPath: 0x%04x", mActiveRoutingPath)); in dump()