OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterArrivalStateMachine
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.h
50
class NET_EXPORT_PRIVATE
InterArrivalStateMachine
{
52
explicit
InterArrivalStateMachine
(const QuicClock* clock);
90
DISALLOW_COPY_AND_ASSIGN(
InterArrivalStateMachine
);
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_test.cc
21
state_machine_.reset(new
InterArrivalStateMachine
(&clock_));
25
scoped_ptr<
InterArrivalStateMachine
> state_machine_;
inter_arrival_sender.h
90
scoped_ptr<
InterArrivalStateMachine
> state_machine_;
inter_arrival_sender.cc
34
state_machine_(new
InterArrivalStateMachine
(clock)),
Completed in 26 milliseconds