Searched refs:SetRtpState (Results 1 – 14 of 14) sorted by relevance
46 void SetRtpState(const RtpState& state);
73 void PacketSequencer::SetRtpState(const RtpState& state) { in SetRtpState() function in webrtc::PacketSequencer
233 void ModuleRtpRtcpImpl::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl235 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()236 rtp_sender_->sequencer_.SetRtpState(rtp_state); in SetRtpState()
186 void ModuleRtpRtcpImpl2::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl2188 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()189 rtp_sender_->sequencer.SetRtpState(rtp_state); in SetRtpState()
153 void SetRtpState(const RtpState& rtp_state) RTC_LOCKS_EXCLUDED(send_mutex_);
101 void SetRtpState(const RtpState& rtp_state) override;
245 virtual void SetRtpState(const RtpState& rtp_state) = 0;
95 void SetRtpState(const RtpState& rtp_state) override;
703 sender_.impl_->SetRtpState(saved_rtp_state); in TEST_F()1101 sender_.impl_->SetRtpState(state); in TEST_F()1148 sender_.impl_->SetRtpState(rtp_state); in TEST_F()
710 void RTPSender::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::RTPSender
789 rtp_sender_->SetRtpState(state); in TEST_F()
63 MOCK_METHOD(void, SetRtpState, (const RtpState& rtp_state), (override));
246 rtp_rtcp_module_->SetRtpState(*suspended_rtp_state_); in ConfigureStream()
721 rtp_rtcp->SetRtpState(it->second); in ConfigureSsrcs()