Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java375 int secondPathNextNibble = (secondPath >> (shift - 4)) & 0xF; in pathRelationship() local
381 || (firstPathNextNibble == 0 && secondPathNextNibble == 0)) { in pathRelationship()