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 657 * @param activePath current active path
661 static boolean isTailOfActivePath(int path, int activePath) {
663 if (activePath == 0) {
667 int curActivePath = (activePath >> i) & 0xF;
    [all...]
HdmiControlService.java     [all...]

Completed in 64 milliseconds