Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DRoutingControlAction.java103 int routingPath = HdmiUtils.twoBytesToInt(params); in processCommand() local
104 if (!HdmiUtils.isInActiveRoutingPath(mCurrentRoutingPath, routingPath)) { in processCommand()
107 mCurrentRoutingPath = routingPath; in processCommand()