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.java280 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath() argument
301 return isInActiveRoutingPath(activePath, newPath); in isAffectingActiveRoutingPath()
311 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath() argument
319 int nibbleActive = (activePath >> i) & 0xF; in isInActiveRoutingPath()
DHdmiCecLocalDeviceTv.java644 static boolean isTailOfActivePath(int path, int activePath) { in isTailOfActivePath() argument
646 if (activePath == 0) { in isTailOfActivePath()
650 int curActivePath = (activePath >> i) & 0xF; in isTailOfActivePath()
1488 int activePath = mService.getPhysicalAddress(); in launchRoutingControl() local
1489 setActivePath(activePath); in launchRoutingControl()
1493 activePath)); in launchRoutingControl()
DHdmiControlService.java1508 int activePath = tv.getActivePath(); in getActiveSource() local
1509 if (activePath != HdmiDeviceInfo.PATH_INVALID) { in getActiveSource()
1510 HdmiDeviceInfo info = tv.getSafeDeviceInfoByPath(activePath); in getActiveSource()
1511 return (info != null) ? info : new HdmiDeviceInfo(activePath, tv.getActivePortId()); in getActiveSource()