Searched refs:mArcSupported (Results 1 – 1 of 1) sorted by relevance
44 private final boolean mArcSupported; field in HdmiPortInfo62 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()