Searched refs:rtt_updated (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dpacing_sender.cc32 void PacingSender::OnCongestionEvent(bool rtt_updated, argument
36 if (rtt_updated) {
40 rtt_updated, bytes_in_flight, acked_packets, lost_packets);
H A Dfix_rate_sender.cc51 void FixRateSender::OnCongestionEvent(bool rtt_updated, argument
H A Dfix_rate_sender.h33 virtual void OnCongestionEvent(bool rtt_updated,
H A Dpacing_sender.h37 virtual void OnCongestionEvent(bool rtt_updated,
H A Dsend_algorithm_interface.h45 // ack or loss event timeout. |rtt_updated| indicates whether a new
49 virtual void OnCongestionEvent(bool rtt_updated,
H A Dtcp_cubic_sender.h47 virtual void OnCongestionEvent(bool rtt_updated,
H A Dtcp_cubic_sender.cc77 bool rtt_updated,
81 if (rtt_updated && InSlowStart() &&
76 OnCongestionEvent( bool rtt_updated, QuicByteCount bytes_in_flight, const CongestionMap& acked_packets, const CongestionMap& lost_packets) argument
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.h234 // Invokes OnCongestionEvent if |rtt_updated| is true, there are pending acks,
238 void MaybeInvokeCongestionEvent(bool rtt_updated,
H A Dquic_sent_packet_manager.cc173 bool rtt_updated, QuicByteCount bytes_in_flight) {
174 if (rtt_updated || !packets_acked_.empty() ||
177 rtt_updated, bytes_in_flight, packets_acked_, packets_lost_);
172 MaybeInvokeCongestionEvent( bool rtt_updated, QuicByteCount bytes_in_flight) argument
H A Dquic_sent_packet_manager_test.cc98 void ExpectAckAndLoss(bool rtt_updated, argument
102 rtt_updated, _, ElementsAre(Pair(largest_observed, _)),
107 void ExpectAcksAndLosses(bool rtt_updated, argument
121 OnCongestionEvent(rtt_updated, _,
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h447 MOCK_METHOD4(OnCongestionEvent, void(bool rtt_updated,

Completed in 96 milliseconds