Home
last modified time | relevance | path

Searched refs:mKeepRedundantLevel (Results 1 – 5 of 5) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/
DTextConfig.cpp35 this->mKeepRedundantLevel = false; in TextConfig()
47 this->mKeepRedundantLevel = config->mKeepRedundantLevel; in TextConfig()
58 this->mKeepRedundantLevel = config.mKeepRedundantLevel; in TextConfig()
72 this->mKeepRedundantLevel = config.mKeepRedundantLevel; in operator =()
82 mKeepRedundantLevel == config.mKeepRedundantLevel); in operator ==()
90 mKeepRedundantLevel == config.mKeepRedundantLevel); in operator !=()
132 mKeepRedundantLevel ? value = 1 : value = 0; in writeToParcel()
187 value == 0 ? mKeepRedundantLevel = false : mKeepRedundantLevel = true; in readFromParcel()
234 mKeepRedundantLevel = enable; in setKeepRedundantLevel()
239 return mKeepRedundantLevel; in getKeepRedundantLevel()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DTextConfig.java58 private final boolean mKeepRedundantLevel; field in TextConfig
67 mKeepRedundantLevel = in.readBoolean(); in TextConfig()
77 mKeepRedundantLevel = builder.mKeepRedundantLevel; in TextConfig()
102 return this.mKeepRedundantLevel; in getKeepRedundantLevel()
112 + ", mKeepRedundantLevel =" + mKeepRedundantLevel in toString()
123 mKeepRedundantLevel); in hashCode()
146 && mKeepRedundantLevel == s.mKeepRedundantLevel); in equals()
165 dest.writeBoolean(mKeepRedundantLevel); in writeToParcel()
189 private boolean mKeepRedundantLevel; field in TextConfig.Builder
245 this.mKeepRedundantLevel = enable; in setKeepRedundantLevel()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/
DTextRtpPayloadEncoderNode.cpp95 mKeepRedundantLevel = pConfig->getKeepRedundantLevel(); in SetConfig()
110 mKeepRedundantLevel == pConfig->getKeepRedundantLevel()); in IsSameConfig()
217 if (mKeepRedundantLevel == true) in EncodeT140()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DTextConfig.h90 bool mKeepRedundantLevel; variable
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/text/nodes/
DTextRtpPayloadEncoderNode.h47 bool mKeepRedundantLevel; variable