Home
last modified time | relevance | path

Searched refs:SetEventLog (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/bitrate_controller/
Dbitrate_controller_impl.cc132 void BitrateControllerImpl::SetEventLog(RtcEventLog* event_log) { in SetEventLog() function in webrtc::BitrateControllerImpl
134 bandwidth_estimation_.SetEventLog(event_log); in SetEventLog()
Dbitrate_controller_impl.h44 void SetEventLog(RtcEventLog* event_log) override;
Dsend_side_bandwidth_estimation.h48 void SetEventLog(RtcEventLog* event_log);
Dsend_side_bandwidth_estimation.cc287 void SendSideBandwidthEstimation::SetEventLog(RtcEventLog* event_log) { in SetEventLog() function in webrtc::SendSideBandwidthEstimation
/external/webrtc/webrtc/modules/bitrate_controller/include/
Dbitrate_controller.h60 virtual void SetEventLog(RtcEventLog* event_log) = 0;
/external/webrtc/webrtc/call/
Dcall.cc226 congestion_controller_->GetBitrateController()->SetEventLog(event_log_); in Call()