Searched refs:activePath (Results 1 – 3 of 3) sorted by relevance
232 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() argument253 return isInActiveRoutingPath(activePath, newPath); in isAffectingActiveRoutingPath()263 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath() argument271 int nibbleActive = (activePath >> i) & 0xF; in isInActiveRoutingPath()
661 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() argument663 if (activePath == 0) { in isTailOfActivePath()667 int curActivePath = (activePath >> i) & 0xF; in isTailOfActivePath()1487 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local1488 setActivePath(activePath); in launchRoutingControl()1492 activePath)); in launchRoutingControl()
1237 int activePath = tv.getActivePath(); in getActiveSource() local1238 if (activePath != HdmiDeviceInfo.PATH_INVALID) { in getActiveSource()1239 HdmiDeviceInfo info = tv.getSafeDeviceInfoByPath(activePath); in getActiveSource()1240 return (info != null) ? info : new HdmiDeviceInfo(activePath, tv.getActivePortId()); in getActiveSource()