Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiPortInfo.java42 private final boolean mArcSupported; field in HdmiPortInfo
60 mArcSupported = arc; in HdmiPortInfo()
115 return mArcSupported; in isArcSupported()
163 dest.writeInt(mArcSupported ? 1 : 0); in writeToParcel()
174 s.append("arc: ").append(mArcSupported).append(", "); in toString()
186 && mCecSupported == other.mCecSupported && mArcSupported == other.mArcSupported in equals()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23170 Landroid/hardware/hdmi/HdmiPortInfo;->mArcSupported:Z