Home
last modified time | relevance | path

Searched refs:IRtcpDecoderListener (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/
DIRtpSession.h67 class IRtcpDecoderListener
70 IRtcpDecoderListener() {} in IRtcpDecoderListener() function
71 virtual ~IRtcpDecoderListener() {} in ~IRtcpDecoderListener()
95 void SetRtcpDecoderListener(IRtcpDecoderListener* pRtcpDecoderListener);
134 IRtcpDecoderListener* mRtcpDecoderListener;
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/nodes/
DRtcpDecoderNode.h24 class RtcpDecoderNode : public BaseNode, public IRtcpDecoderListener
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DIRtpSession.cpp164 void IRtpSession::SetRtcpDecoderListener(IRtcpDecoderListener* pRtcpDecoderListener) in SetRtcpDecoderListener()