Searched refs:activePath (Results 1 – 3 of 3) sorted by relevance
319 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() argument340 return isInActiveRoutingPath(activePath, newPath); in isAffectingActiveRoutingPath()350 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath() argument351 @PathRelationship int pathRelationship = pathRelationship(newPath, activePath); in isInActiveRoutingPath()
599 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() argument601 if (activePath == 0) { in isTailOfActivePath()605 int curActivePath = (activePath >> i) & 0xF; in isTailOfActivePath()1264 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local1265 setActivePath(activePath); in launchRoutingControl()1270 getDeviceInfo().getLogicalAddress(), activePath)); in launchRoutingControl() local
3081 int activePath = tv().getActivePath(); in getActiveSource() local3082 if (activePath != HdmiDeviceInfo.PATH_INVALID) { in getActiveSource()3083 HdmiDeviceInfo info = mHdmiCecNetwork.getSafeDeviceInfoByPath(activePath); in getActiveSource()3084 return (info != null) ? info : HdmiDeviceInfo.hardwarePort(activePath, in getActiveSource()