Searched refs:mArcSupported (Results 1 – 2 of 2) sorted by relevance
42 private final boolean mArcSupported; field in HdmiPortInfo60 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()
23170 Landroid/hardware/hdmi/HdmiPortInfo;->mArcSupported:Z