Searched refs:RtpStack (Results 1 – 6 of 6) sorted by relevance
21 RtpStack::RtpStack() : in RtpStack() function in RtpStack27 RtpStack::~RtpStack() in ~RtpStack()43 RtpStack::RtpStack(IN RtpStackProfile* pobjStackProfile) in RtpStack() function in RtpStack48 RtpSession* RtpStack::createRtpSession() in createRtpSession()69 eRtp_Bool RtpStack::isValidRtpSession(IN RtpSession* pobjSession) in isValidRtpSession()83 eRTP_STATUS_CODE RtpStack::deleteRtpSession(IN RtpSession* pobjRtpSession) in deleteRtpSession()105 RtpStackProfile* RtpStack::getStackProfile() in getStackProfile()110 RtpDt_Void RtpStack::setStackProfile(IN RtpStackProfile* pobjStackProfile) in setStackProfile()
66 RtpSession::RtpSession(IN RtpStack* pobjStack) : in RtpSession()
38 class RtpStack54 RtpStack();58 ~RtpStack();65 RtpStack(IN RtpStackProfile* pobjStackProfile);
36 class RtpStack; variable63 RtpStack* m_pobjRtpStack;368 RtpSession(IN RtpStack* pobjStack);
24 RtpStack rtpStack;35 RtpStack rtpStack2; in TEST_F()41 RtpStack rtpStack3(pobjStackProfile3); in TEST_F()73 RtpStack rtpStack2(pobjStackProfile2); in TEST_F()
25 RtpStack* g_pobjRtpStack = nullptr;264 g_pobjRtpStack = new RtpStack(); in IMS_RtpSvc_Initialize()