Searched refs:OnPeerInd (Results 1 – 4 of 4) sorted by relevance
549 pvIRtpSession->OnPeerInd(stackInd, (RtpDt_Void*)&stRtpIndMsg); in IMS_RtpSvc_ProcRtpPacket()718 pobjRtpServiceListener->OnPeerInd(stackInd, (RtpDt_Void*)&stSrRtcpMsg); in IMS_RtpSvc_ProcRtcpPacket()734 pobjRtpServiceListener->OnPeerInd(stackInd, (RtpDt_Void*)&stRrRtcpMsg); in IMS_RtpSvc_ProcRtcpPacket()759 pobjRtpServiceListener->OnPeerInd(stackInd, (RtpDt_Void*)&stFbRtcpMsg); in IMS_RtpSvc_ProcRtcpPacket()
44 virtual void OnPeerInd(tRtpSvc_IndicationFromStack eIndType, void* pMsg) = 0;
119 virtual void OnPeerInd(tRtpSvc_IndicationFromStack eIndType, void* pMsg);
405 void IRtpSession::OnPeerInd(tRtpSvc_IndicationFromStack type, void* pMsg) in OnPeerInd() function in IRtpSession