Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java360 static @PathRelationship int pathRelationship(int firstPath, int secondPath) { in pathRelationship() argument
361 if (firstPath == Constants.INVALID_PHYSICAL_ADDRESS in pathRelationship()
369 int firstPathNibble = (firstPath >> shift) & 0xF; in pathRelationship()
373 int firstPathNextNibble = (firstPath >> (shift - 4)) & 0xF; in pathRelationship()