Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DReportFeaturesMessage.java61 @Constants.RcProfile int rcProfile, in build() argument
72 rcProfileByte |= (byte) (rcProfile << 6); in build()
73 if (rcProfile == Constants.RC_PROFILE_SOURCE) { in build()
H A DHdmiCecLocalDevice.java701 int rcProfile = getRcProfile(); in reportFeatures() local
716 rcProfile, in reportFeatures()