Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DDeviceFeatures.java61 @FeatureSupportStatus private final int mArcRxSupport; field in DeviceFeatures
70 this.mArcRxSupport = builder.mArcRxSupport; in DeviceFeatures()
137 if (mArcRxSupport == FEATURE_SUPPORTED) result |= (byte) (1 << 1); in toOperand()
193 return mArcRxSupport; in getArcRxSupport()
216 && mArcRxSupport == other.mArcRxSupport in equals()
228 mArcRxSupport, in hashCode()
249 .append(featureSupportStatusToString(mArcRxSupport)).append(" "); in toString()
277 @FeatureSupportStatus private int mArcRxSupport; field in DeviceFeatures.Builder
286 mArcRxSupport = defaultFeatureSupportStatus; in Builder()
296 mArcRxSupport = info.getArcRxSupport(); in Builder()
[all …]