Searched refs:SetEventLog (Results 1 – 6 of 6) sorted by relevance
132 void BitrateControllerImpl::SetEventLog(RtcEventLog* event_log) { in SetEventLog() function in webrtc::BitrateControllerImpl134 bandwidth_estimation_.SetEventLog(event_log); in SetEventLog()
48 void SetEventLog(RtcEventLog* event_log);
44 void SetEventLog(RtcEventLog* event_log) override;
287 void SendSideBandwidthEstimation::SetEventLog(RtcEventLog* event_log) { in SetEventLog() function in webrtc::SendSideBandwidthEstimation
60 virtual void SetEventLog(RtcEventLog* event_log) = 0;
226 congestion_controller_->GetBitrateController()->SetEventLog(event_log_); in Call()