Searched refs:mCecSupported (Results 1 – 2 of 2) sorted by relevance
41 private final boolean mCecSupported; field in HdmiPortInfo59 mCecSupported = cec; in HdmiPortInfo()97 return mCecSupported; in isCecSupported()164 dest.writeInt(mCecSupported ? 1 : 0); in writeToParcel()176 s.append("cec: ").append(mCecSupported).append(", "); in toString()189 && mCecSupported == other.mCecSupported && mArcSupported == other.mArcSupported in equals()196 mId, mType, mAddress, mCecSupported, mArcSupported, mMhlSupported); in hashCode()
23162 Landroid/hardware/hdmi/HdmiPortInfo;->mCecSupported:Z