Searched refs:SetRtxState (Results 1 – 7 of 7) sorted by relevance
67 MOCK_METHOD(void, SetRtxState, (const RtpState& rtp_state), (override));
106 void SetRtxState(const RtpState& rtp_state) override;
209 virtual void SetRtxState(const RtpState& rtp_state) = 0;
97 void SetRtxState(const RtpState& rtp_state) override;
208 void ModuleRtpRtcpImpl2::SetRtxState(const RtpState& rtp_state) { in SetRtxState() function in webrtc::ModuleRtpRtcpImpl2
264 void ModuleRtpRtcpImpl::SetRtxState(const RtpState& rtp_state) { in SetRtxState() function in webrtc::ModuleRtpRtcpImpl
658 rtp_rtcp->SetRtxState(it->second); in ConfigureSsrcs()