Home
last modified time | relevance | path

Searched defs:activePath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java647 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath()
1308 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local
1314 getDeviceInfo().getLogicalAddress(), activePath)); in launchRoutingControl() local
1315 updateActiveSource(getDeviceInfo().getLogicalAddress(), activePath, in launchRoutingControl() local
DHdmiUtils.java320 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath()
351 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath()
DHdmiControlService.java3259 int activePath = tv().getActivePath(); in getActiveSource() local