Searched refs:mEarcSupported (Results 1 – 2 of 2) sorted by relevance
61 private final boolean mEarcSupported; field in HdmiPortInfo84 mEarcSupported = false; in HdmiPortInfo()103 this.mEarcSupported = builder.mEarcSupported; in HdmiPortInfo()155 return mEarcSupported; in isEarcSupported()213 dest.writeInt(mEarcSupported ? 1 : 0); in writeToParcel()226 s.append("earc: ").append(mEarcSupported); in toString()238 && mMhlSupported == other.mMhlSupported && mEarcSupported == other.mEarcSupported; in equals()244 mId, mType, mAddress, mCecSupported, mArcSupported, mMhlSupported, mEarcSupported); in hashCode()259 private boolean mEarcSupported; field in HdmiPortInfo.Builder289 mEarcSupported = hdmiPortInfo.mEarcSupported; in Builder()[all …]
400 private boolean mEarcSupported; field in HdmiControlService740 mEarcSupported = false; in initService()743 if (earcSupportedOnPort && mEarcSupported) { in initService()749 mEarcSupported = false; in initService()754 mEarcSupported = earcSupportedOnPort; in initService()757 mEarcSupported &= (mEarcController != null); in initService()3535 return mEarcSupported; in isEarcSupported()4649 mEarcSupported = supported; in setEarcSupported()