Home
last modified time | relevance | path

Searched refs:RtpStackProfile (Results 1 – 8 of 8) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpStackProfile.cpp19 RtpStackProfile::RtpStackProfile() : in RtpStackProfile() function in RtpStackProfile
26 RtpStackProfile::~RtpStackProfile() {} in ~RtpStackProfile()
28 RtpDt_Void RtpStackProfile::setRtcpBandwidth(IN RtpDt_UInt32 uiRtcpBw) in setRtcpBandwidth()
33 RtpDt_UInt32 RtpStackProfile::getRtcpBandwidth() in getRtcpBandwidth()
38 RtpDt_Void RtpStackProfile::setMtuSize(IN RtpDt_UInt32 uiMtuSize) in setMtuSize()
43 RtpDt_UInt32 RtpStackProfile::getMtuSize() in getMtuSize()
48 RtpDt_Void RtpStackProfile::setTermNumber(IN RtpDt_UInt32 uiTermNum) in setTermNumber()
53 RtpDt_UInt32 RtpStackProfile::getTermNumber() in getTermNumber()
DRtpStack.cpp43 RtpStack::RtpStack(IN RtpStackProfile* pobjStackProfile) in RtpStack()
105 RtpStackProfile* RtpStack::getStackProfile() in getStackProfile()
110 RtpDt_Void RtpStack::setStackProfile(IN RtpStackProfile* pobjStackProfile) in setStackProfile()
DRtpSession.cpp478 RtpStackProfile* pobjProfile = m_pobjRtpStack->getStackProfile(); in rtpMakeCompoundRtcpPacket()
1129 RtpStackProfile* pobjRtpProfile = m_pobjRtpStack->getStackProfile(); in enableRtcp()
1505 RtpStackProfile* pobjRtpProfile = m_pobjRtpStack->getStackProfile(); in processRcvdRtpPkt()
2083 RtpStackProfile* pobjRtpProfile = m_pobjRtpStack->getStackProfile(); in sendRtcpByePacket()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpStackTest.cpp25 RtpStackProfile* pobjStackProfile = new RtpStackProfile();
40 RtpStackProfile* pobjStackProfile3 = new RtpStackProfile(); in TEST_F()
72 RtpStackProfile* pobjStackProfile2 = new RtpStackProfile(); in TEST_F()
DRtpStackProfileTest.cpp22 RtpStackProfile rtpStackProfile; in TEST()
32 RtpStackProfile rtpStackProfile; in TEST()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpStack.h48 RtpStackProfile* m_pobjStackProfile;
65 RtpStack(IN RtpStackProfile* pobjStackProfile);
92 RtpStackProfile* getStackProfile();
98 RtpDt_Void setStackProfile(IN RtpStackProfile* pobjStackProfile);
DRtpStackProfile.h31 class RtpStackProfile
46 RtpStackProfile();
48 ~RtpStackProfile();
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpService.cpp209 RtpDt_Void populateRtpProfile(OUT RtpStackProfile* pobjStackProfile) in populateRtpProfile()
270 RtpStackProfile* pobjStackProfile = new RtpStackProfile(); in IMS_RtpSvc_Initialize()