Home
last modified time | relevance | path

Searched refs:isParentPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecNetwork.java118 if (isParentPath(switchPath, path)) { in isConnectedToCecSwitch()
125 private static boolean isParentPath(int parentPath, int childPath) { in isParentPath() method in HdmiCecNetwork