Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpConfigInfo.h91 tRTCP_SDES_ITEM* getRtcpSdesItem(IN RtpDt_UInt32 uiIndex);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpConfigInfo.cpp140 tRTCP_SDES_ITEM* RtcpConfigInfo::getRtcpSdesItem(IN RtpDt_UInt32 uiIndex) in getRtcpSdesItem() function in RtcpConfigInfo
DRtpSession.cpp1082 tRTCP_SDES_ITEM* pstSdesItem = m_pobjRtcpCfgInfo->getRtcpSdesItem(uiCount); in constructSdesPkt()