Home
last modified time | relevance | path

Searched refs:IRtpAppInterface (Results 1 – 4 of 4) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/interface/rtp/
DRtpImpl.h28 class IRtpAppInterface; variable
36 class RtpImpl : public IRtpAppInterface
DIRtpAppInterface.h37 class IRtpAppInterface
43 virtual ~IRtpAppInterface(){}; in ~IRtpAppInterface()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpSession.h98 IRtpAppInterface* m_pobjAppInterface;
395 IN IRtpAppInterface* pobjAppInterface, IN RtcpConfigInfo* pobjRtcpConfigInfo);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpSession.cpp1217 IN IRtpAppInterface* pobjAppInterface, IN RtcpConfigInfo* pobjRtcpConfigInfo) in initSession()