Home
last modified time | relevance | path

Searched refs:getRtpContextParams (Results 1 – 7 of 7) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtpEncoderNode.cpp200 RtpContextParams rtpContextParams = pConfig->getRtpContextParams(); in SetConfig()
227 RtpContextParams rtpContextParams = pConfig->getRtpContextParams(); in SetConfig()
251 mRtpContextParams == pConfig->getRtpContextParams() && in IsSameConfig()
274 mRtpContextParams == pConfig->getRtpContextParams() && in IsSameConfig()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DRtpConfig.h89 RtpContextParams getRtpContextParams();
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/
DTextStreamGraphRtpTx.cpp121 RtpContextParams rtpContextParams = config->getRtpContextParams(); in update()
/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DTextConfigTest.java84 assertThat(config.getRtpContextParams()).isEqualTo(sRtpContextParams); in testConstructorAndGetters()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioStreamGraphRtpTx.cpp115 RtpContextParams rtpContextParams = config->getRtpContextParams(); in update()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DRtpConfig.java200 public RtpContextParams getRtpContextParams() { in getRtpContextParams() method in RtpConfig
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/
DRtpConfig.cpp451 RtpContextParams RtpConfig::getRtpContextParams() in getRtpContextParams() function in android::telephony::imsmedia::RtpConfig