Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java370 int secondPathNibble = (secondPath >> shift) & 0xF; in pathRelationship() local
372 if (firstPathNibble != secondPathNibble) { in pathRelationship()
377 } else if (secondPathNibble == 0) { in pathRelationship()