Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiPortInfo.java44 private final boolean mArcSupported; field in HdmiPortInfo
62 mArcSupported = arc; in HdmiPortInfo()
117 return mArcSupported; in isArcSupported()
167 dest.writeInt(mArcSupported ? 1 : 0); in writeToParcel()
179 s.append("arc: ").append(mArcSupported).append(", "); in toString()
191 && mCecSupported == other.mCecSupported && mArcSupported == other.mArcSupported in equals()