Searched refs:SetRtpState (Results 1 – 11 of 11) sorted by relevance
66 MOCK_METHOD(void, SetRtpState, (const RtpState& rtp_state), (override));
165 void SetRtpState(const RtpState& rtp_state) RTC_LOCKS_EXCLUDED(send_mutex_);
105 void SetRtpState(const RtpState& rtp_state) override;
208 virtual void SetRtpState(const RtpState& rtp_state) = 0;
203 void ModuleRtpRtcpImpl2::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl2204 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
96 void SetRtpState(const RtpState& rtp_state) override;
259 void ModuleRtpRtcpImpl::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::ModuleRtpRtcpImpl260 rtp_sender_->packet_generator.SetRtpState(rtp_state); in SetRtpState()
818 void RTPSender::SetRtpState(const RtpState& rtp_state) { in SetRtpState() function in webrtc::RTPSender
1717 rtp_sender()->SetRtpState(state); in TEST_P()
242 rtp_rtcp_module_->SetRtpState(*suspended_rtp_state_); in ConfigureStream()
643 rtp_rtcp->SetRtpState(it->second); in ConfigureSsrcs()