Searched refs:SetTMMBRStatus (Results 1 – 6 of 6) sorted by relevance
39 RTC_DEPRECATED virtual void SetTMMBRStatus(bool enable) = 0;
221 void SetTMMBRStatus(bool enable) override;
630 void ModuleRtpRtcpImpl::SetTMMBRStatus(const bool enable) { in SetTMMBRStatus() function in webrtc::ModuleRtpRtcpImpl631 rtcp_sender_.SetTMMBRStatus(enable); in SetTMMBRStatus()
134 void SetTMMBRStatus(bool enable) RTC_LOCKS_EXCLUDED(mutex_rtcp_sender_);
559 rtcp_sender_->SetTMMBRStatus(true); in TEST_F()569 rtcp_sender_->SetTMMBRStatus(false); in TEST_F()
286 void RTCPSender::SetTMMBRStatus(bool enable) { in SetTMMBRStatus() function in webrtc::RTCPSender