Searched refs:SetTMMBRStatus (Results 1 – 9 of 9) sorted by relevance
150 module_->SetTMMBRStatus(true); in TEST_F()152 module_->SetTMMBRStatus(false); in TEST_F()
499 virtual void SetTMMBRStatus(bool enable) = 0;
134 void SetTMMBRStatus(bool enable);
199 void SetTMMBRStatus(bool enable) override;
672 void ModuleRtpRtcpImpl::SetTMMBRStatus(const bool enable) { in SetTMMBRStatus() function in webrtc::ModuleRtpRtcpImpl673 rtcp_sender_.SetTMMBRStatus(enable); in SetTMMBRStatus()
699 rtcp_sender_->SetTMMBRStatus(true); in TEST_F()710 rtcp_sender_->SetTMMBRStatus(false); in TEST_F()
273 void RTCPSender::SetTMMBRStatus(bool enable) { in SetTMMBRStatus() function in webrtc::RTCPSender
200 MOCK_METHOD1(SetTMMBRStatus, void(const bool enable));
662 rtp_rtcp_modules_[0]->SetTMMBRStatus(enable); in EnableTMMBR()