Searched refs:activePath (Results 1 – 3 of 3) sorted by relevance
282 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() argument303 return isInActiveRoutingPath(activePath, newPath); in isAffectingActiveRoutingPath()313 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath() argument321 int nibbleActive = (activePath >> i) & 0xF; in isInActiveRoutingPath()
643 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() argument645 if (activePath == 0) { in isTailOfActivePath()649 int curActivePath = (activePath >> i) & 0xF; in isTailOfActivePath()1489 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local1490 setActivePath(activePath); in launchRoutingControl()1494 activePath)); in launchRoutingControl()
1647 int activePath = tv.getActivePath(); in getActiveSource() local1648 if (activePath != HdmiDeviceInfo.PATH_INVALID) { in getActiveSource()1649 HdmiDeviceInfo info = tv.getSafeDeviceInfoByPath(activePath); in getActiveSource()1650 return (info != null) ? info : new HdmiDeviceInfo(activePath, tv.getActivePortId()); in getActiveSource()