Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DDeviceFeatures.java60 @FeatureSupportStatus private final int mArcTxSupport; field in DeviceFeatures
69 this.mArcTxSupport = builder.mArcTxSupport; in DeviceFeatures()
136 if (mArcTxSupport == FEATURE_SUPPORTED) result |= (byte) (1 << 2); in toOperand()
185 return mArcTxSupport; in getArcTxSupport()
215 && mArcTxSupport == other.mArcTxSupport in equals()
227 mArcTxSupport, in hashCode()
247 .append(featureSupportStatusToString(mArcTxSupport)).append(" "); in toString()
276 @FeatureSupportStatus private int mArcTxSupport; field in DeviceFeatures.Builder
285 mArcTxSupport = defaultFeatureSupportStatus; in Builder()
295 mArcTxSupport = info.getArcTxSupport(); in Builder()
[all …]