Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java361 static @PathRelationship int pathRelationship(int firstPath, int secondPath) { in pathRelationship() argument
362 if (firstPath == Constants.INVALID_PHYSICAL_ADDRESS in pathRelationship()
370 int firstPathNibble = (firstPath >> shift) & 0xF; in pathRelationship()
374 int firstPathNextNibble = (firstPath >> (shift - 4)) & 0xF; in pathRelationship()