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

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java 664 * @param activePath current active path
668 static boolean isTailOfActivePath(int path, int activePath) {
670 if (activePath == 0) {
674 int curActivePath = (activePath >> i) & 0xF;
    [all...]
HdmiControlService.java     [all...]

Completed in 155 milliseconds