Searched defs:activePath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java228 * @param activePath current active path
232 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { argument
253 return isInActiveRoutingPath(activePath, newPath);
259 * @param activePath current active path
263 static boolean isInActiveRoutingPath(int activePath, int newPath) { argument
265 // where the active nibble is not zero. For (activePath, newPath),
271 int nibbleActive = (activePath >> i) & 0xF;
H A DHdmiCecLocalDeviceTv.java681 * @param activePath current active path
685 static boolean isTailOfActivePath(int path, int activePath) { argument
687 if (activePath == 0) {
691 int curActivePath = (activePath >> i) & 0xF;
1517 int activePath = mService.getPhysicalAddress();
1518 setActivePath(activePath);
1522 activePath));

Completed in 78 milliseconds