Searched refs:SetRtpRtcpModule (Results 1 – 4 of 4) sorted by relevance
52 void SetRtpRtcpModule(ModuleRtpRtcpImpl* receiver) { in SetRtpRtcpModule() function in webrtc::__anon9a08db750111::SendTransport126 sender_.transport_.SetRtpRtcpModule(receiver_.impl_.get()); in RtpRtcpImplTest()127 receiver_.transport_.SetRtpRtcpModule(sender_.impl_.get()); in RtpRtcpImplTest()
56 void SetRtpRtcpModule(RtpRtcp* module);
115 void ViEReceiver::SetRtpRtcpModule(RtpRtcp* module) { in SetRtpRtcpModule() function in webrtc::ViEReceiver
121 vie_receiver_.SetRtpRtcpModule(rtp_rtcp_.get()); in ViEChannel()