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()
441 if (mRtcpDecoderListener) in OnPeerInd()
443 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()
449 if (mRtcpDecoderListener) in OnPeerInd()
451 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()
456 if (mRtcpDecoderListener) in OnPeerInd()
458 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()
471 if (nMsg != nullptr && mRtcpDecoderListener != nullptr) in OnPeerRtcpComponents()
[all …]
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/
DIRtpSession.h139 IRtcpDecoderListener* mRtcpDecoderListener; variable