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 …]
432 private boolean mEarcSupported; field in HdmiControlService775 mEarcSupported = false; in initService()778 if (earcSupportedOnPort && mEarcSupported) { in initService()784 mEarcSupported = false; in initService()789 mEarcSupported = earcSupportedOnPort; in initService()792 mEarcSupported &= (mEarcController != null); in initService()3714 return mEarcSupported; in isEarcSupported()4962 mEarcSupported = supported; in setEarcSupported()