Searched refs:activePath (Results 1 – 3 of 3) sorted by relevance
280 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() argument301 return isInActiveRoutingPath(activePath, newPath); in isAffectingActiveRoutingPath()311 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath() argument319 int nibbleActive = (activePath >> i) & 0xF; in isInActiveRoutingPath()
644 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() argument646 if (activePath == 0) { in isTailOfActivePath()650 int curActivePath = (activePath >> i) & 0xF; in isTailOfActivePath()1488 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local1489 setActivePath(activePath); in launchRoutingControl()1493 activePath)); in launchRoutingControl()
1508 int activePath = tv.getActivePath(); in getActiveSource() local1509 if (activePath != HdmiDeviceInfo.PATH_INVALID) { in getActiveSource()1510 HdmiDeviceInfo info = tv.getSafeDeviceInfoByPath(activePath); in getActiveSource()1511 return (info != null) ? info : new HdmiDeviceInfo(activePath, tv.getActivePortId()); in getActiveSource()