Home
last modified time | relevance | path

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

/aosp12/frameworks/proto_logging/stats/enums/stats/hdmi/
H A Denums.proto46 // Values correspond exactly to PathRelationship in com.android.server.hdmi.Constants.
47 enum PathRelationship { enum
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java36 import com.android.server.hdmi.Constants.PathRelationship;
354 @PathRelationship int pathRelationship = pathRelationship(newPath, activePath); in isInActiveRoutingPath()
363 static @PathRelationship int pathRelationship(int firstPath, int secondPath) { in pathRelationship()
H A DHdmiCecAtomWriter.java160 @Constants.PathRelationship int relationshipToActiveSource) { in activeSourceChanged()
H A DConstants.java365 @interface PathRelationship {} annotation in Constants
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto15034 optional android.stats.hdmi.PathRelationship local_relationship = 3;