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

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.cc 22 InterArrivalStateMachine::InterArrivalStateMachine(const QuicClock* clock)
36 InterArrivalState InterArrivalStateMachine::GetInterArrivalState() {
40 void InterArrivalStateMachine::IncreaseBitrateDecision() {
77 void InterArrivalStateMachine::DecreaseBitrateDecision() {
127 void InterArrivalStateMachine::set_rtt(QuicTime::Delta rtt) {
131 bool InterArrivalStateMachine::PacketLossEvent() {
147 bool InterArrivalStateMachine::IncreasingDelayEvent() {
inter_arrival_state_machine.h 50 class NET_EXPORT_PRIVATE InterArrivalStateMachine {
52 explicit InterArrivalStateMachine(const QuicClock* clock);
90 DISALLOW_COPY_AND_ASSIGN(InterArrivalStateMachine);

Completed in 117 milliseconds