Searched refs:OnBytesSent (Results 1 – 4 of 4) sorted by relevance
54 alr_detector_->OnBytesSent(kEstimatedBitrateBps * *usage_percentage_ * in ProduceTraffic()61 alr_detector_->OnBytesSent(kEstimatedBitrateBps * *usage_percentage_ * in ProduceTraffic()
54 void OnBytesSent(size_t bytes_sent, int64_t send_time_ms);
72 void AlrDetector::OnBytesSent(size_t bytes_sent, int64_t send_time_ms) { in OnBytesSent() function in webrtc::AlrDetector
253 alr_detector_->OnBytesSent(sent_packet.size.bytes(), in OnSentPacket()