Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DDeviceFeatures.java58 @FeatureSupportStatus private final int mDeckControlSupport; field in DeviceFeatures
67 this.mDeckControlSupport = builder.mDeckControlSupport; in DeviceFeatures()
134 if (mDeckControlSupport == FEATURE_SUPPORTED) result |= (byte) (1 << 4); in toOperand()
169 return mDeckControlSupport; in getDeckControlSupport()
213 && mDeckControlSupport == other.mDeckControlSupport in equals()
225 mDeckControlSupport, in hashCode()
243 .append(featureSupportStatusToString(mDeckControlSupport)).append(" "); in toString()
274 @FeatureSupportStatus private int mDeckControlSupport; field in DeviceFeatures.Builder
283 mDeckControlSupport = defaultFeatureSupportStatus; in Builder()
293 mDeckControlSupport = info.getDeckControlSupport(); in Builder()
[all …]