Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java320 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() argument
341 return isInActiveRoutingPath(activePath, newPath); in isAffectingActiveRoutingPath()
351 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath() argument
352 @PathRelationship int pathRelationship = pathRelationship(newPath, activePath); in isInActiveRoutingPath()
DHdmiCecLocalDeviceTv.java647 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() argument
649 if (activePath == 0) { in isTailOfActivePath()
653 int curActivePath = (activePath >> i) & 0xF; in isTailOfActivePath()
1308 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local
1309 setActivePath(activePath); in launchRoutingControl()
1314 getDeviceInfo().getLogicalAddress(), activePath)); in launchRoutingControl() local
1315 updateActiveSource(getDeviceInfo().getLogicalAddress(), activePath, in launchRoutingControl() local
DHdmiControlService.java3259 int activePath = tv().getActivePath(); in getActiveSource() local
3260 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()