Home
last modified time | relevance | path

Searched refs:SetAlr (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Drobust_throughput_estimator.h38 void SetAlr(bool /*in_alr*/) override {} in SetAlr() function
Dacknowledged_bitrate_estimator.h41 void SetAlr(bool in_alr) override;
Dacknowledged_bitrate_estimator_interface.h74 virtual void SetAlr(bool in_alr) = 0;
Dacknowledged_bitrate_estimator.cc66 void AcknowledgedBitrateEstimator::SetAlr(bool in_alr) { in SetAlr() function in webrtc::AcknowledgedBitrateEstimator
Dgoog_cc_network_control.cc255 acknowledged_bitrate_estimator_->SetAlr( in OnSentPacket()