Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DRoutingControlAction.java72 private int mCurrentRoutingPath; field in RoutingControlAction
78 mCurrentRoutingPath = path; in RoutingControlAction()
104 if (!HdmiUtils.isInActiveRoutingPath(mCurrentRoutingPath, routingPath)) { in processCommand()
107 mCurrentRoutingPath = routingPath; in processCommand()
133 tv.updateActiveInput(mCurrentRoutingPath, mNotifyInputChange); in updateActiveInput()
147 mCurrentRoutingPath)); in sendSetStreamPath() local
163 HdmiDeviceInfo device = tv().getDeviceInfoByPath(mCurrentRoutingPath); in handleTimerEvent()