Searched refs:SetREMBStatus (Results 1 – 10 of 10) sorted by relevance
109 rtcp_sender_->SetREMBStatus(true); in TEST_F()111 rtcp_sender_->SetREMBStatus(false); in TEST_F()
191 void SetREMBStatus(bool enable) override;
128 void SetREMBStatus(bool enable);
647 void ModuleRtpRtcpImpl::SetREMBStatus(const bool enable) { in SetREMBStatus() function in webrtc::ModuleRtpRtcpImpl648 rtcp_sender_.SetREMBStatus(enable); in SetREMBStatus()
250 void RTCPSender::SetREMBStatus(bool enable) { in SetREMBStatus() function in webrtc::RTCPSender
513 rtcp_sender_->SetREMBStatus(true); in TEST_F()
267 rtp_module->SetREMBStatus(sender || receiver); in SetChannelRembStatus()
489 virtual void SetREMBStatus(bool enable) = 0;
194 MOCK_METHOD1(SetREMBStatus, void(const bool enable));
876 rtcp_sender.SetREMBStatus(true); in TEST_F()1030 rtp_rtcp_->SetREMBStatus(true); in TEST_F()