Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java153 private int mActiveRoutingPath; field in HdmiCecLocalDevice
1197 return mActiveRoutingPath; in getActivePath()
1203 mActiveRoutingPath = path; in setActivePath()
1214 return mService.pathToPortId(mActiveRoutingPath); in getActivePortId()
1444 pw.println(String.format("mActiveRoutingPath: 0x%04x", mActiveRoutingPath)); in dump()