Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java371 int secondPathNibble = (secondPath >> shift) & 0xF; in pathRelationship() local
373 if (firstPathNibble != secondPathNibble) { in pathRelationship()
378 } else if (secondPathNibble == 0) { in pathRelationship()