Home
last modified time | relevance | path

Searched refs:OnBytesSent (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dalr_detector_unittest.cc54 alr_detector_->OnBytesSent(kEstimatedBitrateBps * *usage_percentage_ * in ProduceTraffic()
61 alr_detector_->OnBytesSent(kEstimatedBitrateBps * *usage_percentage_ * in ProduceTraffic()
Dalr_detector.h54 void OnBytesSent(size_t bytes_sent, int64_t send_time_ms);
Dalr_detector.cc72 void AlrDetector::OnBytesSent(size_t bytes_sent, int64_t send_time_ms) { in OnBytesSent() function in webrtc::AlrDetector
Dgoog_cc_network_control.cc253 alr_detector_->OnBytesSent(sent_packet.size.bytes(), in OnSentPacket()