HomeSort by relevance Sort by last modified time
    Searched defs:OnPacketSent (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/quic/congestion_control/
paced_sender.cc 35 void PacedSender::OnPacketSent(QuicTime now, QuicByteCount bytes) {
inter_arrival_probe.cc 41 void InterArrivalProbe::OnPacketSent(QuicByteCount bytes) {
pacing_sender.cc 49 bool PacingSender::OnPacketSent(
66 return sender_->OnPacketSent(sent_time, sequence_number, bytes,
116 // Sent it immediately. The epoch end will be adjusted in OnPacketSent.
fix_rate_sender.cc 76 bool FixRateSender::OnPacketSent(
83 paced_sender_.OnPacketSent(sent_time, bytes);
tcp_cubic_sender.cc 135 bool TcpCubicSender::OnPacketSent(QuicTime /*sent_time*/,
inter_arrival_sender.cc 251 bool InterArrivalSender::OnPacketSent(
258 probe_->OnPacketSent(bytes);
260 paced_sender_->OnPacketSent(sent_time, bytes);
  /external/chromium_org/net/quic/
quic_connection_logger.cc 257 void QuicConnectionLogger::OnPacketSent(
quic_sent_packet_manager.cc 465 void QuicSentPacketManager::OnPacketSent(
478 if (!send_algorithm_->OnPacketSent(sent_time, sequence_number, bytes,
quic_connection.cc     [all...]

Completed in 356 milliseconds