Searched refs:mArcSupported (Results 1 – 2 of 2) sorted by relevance
60 private final boolean mArcSupported; field in HdmiPortInfo83 mArcSupported = arc; in HdmiPortInfo()102 this.mArcSupported = builder.mArcSupported; in HdmiPortInfo()148 return mArcSupported; in isArcSupported()211 dest.writeInt(mArcSupported ? 1 : 0); in writeToParcel()224 s.append("arc: ").append(mArcSupported).append(", "); in toString()237 && mCecSupported == other.mCecSupported && mArcSupported == other.mArcSupported in equals()244 mId, mType, mAddress, mCecSupported, mArcSupported, mMhlSupported, mEarcSupported); in hashCode()258 private boolean mArcSupported; field in HdmiPortInfo.Builder288 mArcSupported = hdmiPortInfo.mArcSupported; in Builder()[all …]
20283 Landroid/hardware/hdmi/HdmiPortInfo;->mArcSupported:Z