Searched refs:mCecSupported (Results 1 – 1 of 1) sorted by relevance
43 private final boolean mCecSupported; field in HdmiPortInfo61 mCecSupported = cec; in HdmiPortInfo()99 return mCecSupported; in isCecSupported()166 dest.writeInt(mCecSupported ? 1 : 0); in writeToParcel()178 s.append("cec: ").append(mCecSupported).append(", "); in toString()191 && mCecSupported == other.mCecSupported && mArcSupported == other.mArcSupported in equals()