Home
last modified time | relevance | path

Searched refs:secondPath (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
363 || secondPath == Constants.INVALID_PHYSICAL_ADDRESS) { in pathRelationship()
371 int secondPathNibble = (secondPath >> shift) & 0xF; in pathRelationship()
375 int secondPathNextNibble = (secondPath >> (shift - 4)) & 0xF; in pathRelationship()