Searched refs:activePath (Results 1 – 3 of 3) sorted by relevance
320 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() argument341 return isInActiveRoutingPath(activePath, newPath); in isAffectingActiveRoutingPath()351 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath() argument352 @PathRelationship int pathRelationship = pathRelationship(newPath, activePath); in isInActiveRoutingPath()
647 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() argument649 if (activePath == 0) { in isTailOfActivePath()653 int curActivePath = (activePath >> i) & 0xF; in isTailOfActivePath()1308 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local1309 setActivePath(activePath); in launchRoutingControl()1314 getDeviceInfo().getLogicalAddress(), activePath)); in launchRoutingControl() local1315 updateActiveSource(getDeviceInfo().getLogicalAddress(), activePath, in launchRoutingControl() local
3259 int activePath = tv().getActivePath(); in getActiveSource() local3260 if (activePath != HdmiDeviceInfo.PATH_INVALID) { in getActiveSource()3261 HdmiDeviceInfo info = mHdmiCecNetwork.getSafeDeviceInfoByPath(activePath); in getActiveSource()3262 return (info != null) ? info : HdmiDeviceInfo.hardwarePort(activePath, in getActiveSource()