HomeSort by relevance Sort by last modified time
    Searched refs:activePath (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiUtils.java 228 * @param activePath current active path
232 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) {
253 return isInActiveRoutingPath(activePath, newPath);
259 * @param activePath current active path
263 static boolean isInActiveRoutingPath(int activePath, int newPath) {
265 // where the active nibble is not zero. For (activePath, newPath),
271 int nibbleActive = (activePath >> i) & 0xF;
HdmiCecLocalDeviceTv.java 545 * @param activePath current active path
549 static boolean isTailOfActivePath(int path, int activePath) {
551 if (activePath == 0) {
555 int curActivePath = (activePath >> i) & 0xF;
    [all...]
HdmiControlService.java     [all...]

Completed in 67 milliseconds