Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpStackTest.cpp38 EXPECT_TRUE(rtpStack2.getStackProfile() == nullptr); in TEST_F()
42 EXPECT_TRUE(reinterpret_cast<void*>(rtpStack3.getStackProfile()) == in TEST_F()
48 EXPECT_TRUE(reinterpret_cast<void*>(rtpStack.getStackProfile()) == in TEST_F()
50 EXPECT_EQ(rtpStack.getStackProfile()->getTermNumber(), pobjStackProfile->getTermNumber()); in TEST_F()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpStack.h92 RtpStackProfile* getStackProfile();
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpStack.cpp105 RtpStackProfile* RtpStack::getStackProfile() in getStackProfile() function in RtpStack
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()