Home
last modified time | relevance | path

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

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