Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
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()
DHdmiCecLocalDevice.java710 int rcProfile = getRcProfile(); in reportFeatures() local
725 rcProfile, in reportFeatures()