Searched refs:GetRtxState (Results 1 – 7 of 7) sorted by relevance
69 MOCK_METHOD(RtpState, GetRtxState, (), (const, override));
108 RtpState GetRtxState() const override;
211 virtual RtpState GetRtxState() const = 0;
99 RtpState GetRtxState() const override;
217 RtpState ModuleRtpRtcpImpl2::GetRtxState() const { in GetRtxState() function in webrtc::ModuleRtpRtcpImpl2
273 RtpState ModuleRtpRtcpImpl::GetRtxState() const { in GetRtxState() function in webrtc::ModuleRtpRtcpImpl
720 rtp_states[ssrc] = rtp_streams_[i].rtp_rtcp->GetRtxState(); in GetRtpStates()