HomeSort by relevance Sort by last modified time
    Searched refs:PacketLossEvent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine_test.cc 34 state_machine_->PacketLossEvent();
41 state_machine_->PacketLossEvent();
48 state_machine_->PacketLossEvent();
54 state_machine_->PacketLossEvent();
99 state_machine_->PacketLossEvent();
105 state_machine_->PacketLossEvent();
112 state_machine_->PacketLossEvent();
119 state_machine_->PacketLossEvent();
inter_arrival_state_machine.h 67 bool PacketLossEvent();
inter_arrival_state_machine.cc 131 bool InterArrivalStateMachine::PacketLossEvent() {
inter_arrival_sender.cc 158 if (!state_machine_->PacketLossEvent()) {
159 // Less than one RTT since last PacketLossEvent.
242 if (!state_machine_->PacketLossEvent()) {
243 // Less than one RTT since last PacketLossEvent.

Completed in 26 milliseconds