Home
last modified time | relevance | path

Searched refs:mRtcpDecoderListener (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DIRtpSession.cpp85 mRtcpDecoderListener = nullptr; in IRtpSession()
121 mRtcpDecoderListener = nullptr; in ~IRtpSession()
167 mRtcpDecoderListener = pRtcpDecoderListener; in SetRtcpDecoderListener()
436 if (mRtcpDecoderListener) in OnPeerInd()
438 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()
444 if (mRtcpDecoderListener) in OnPeerInd()
446 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()
451 if (mRtcpDecoderListener) in OnPeerInd()
453 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()
466 if (nMsg != nullptr && mRtcpDecoderListener != nullptr) in OnPeerRtcpComponents()
[all …]
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/
DIRtpSession.h134 IRtcpDecoderListener* mRtcpDecoderListener; variable