Home
last modified time | relevance | path

Searched refs:activePath (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java319 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() argument
340 return isInActiveRoutingPath(activePath, newPath); in isAffectingActiveRoutingPath()
350 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath() argument
351 @PathRelationship int pathRelationship = pathRelationship(newPath, activePath); in isInActiveRoutingPath()
H A DHdmiCecLocalDeviceTv.java599 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() argument
601 if (activePath == 0) { in isTailOfActivePath()
605 int curActivePath = (activePath >> i) & 0xF; in isTailOfActivePath()
1264 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local
1265 setActivePath(activePath); in launchRoutingControl()
1270 getDeviceInfo().getLogicalAddress(), activePath)); in launchRoutingControl() local
H A DHdmiControlService.java3081 int activePath = tv().getActivePath(); in getActiveSource() local
3082 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()