OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bandwidth_recorder
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/
quic_server_session.cc
84
const QuicSustainedBandwidthRecorder&
bandwidth_recorder
=
local
86
if (!
bandwidth_recorder
.HasEstimate()) {
93
QuicBandwidth new_bandwidth_estimate =
bandwidth_recorder
.BandwidthEstimate();
114
bandwidth_recorder
.MaxBandwidthEstimate();
115
int32 max_bandwidth_timestamp =
bandwidth_recorder
.MaxBandwidthTimestamp();
128
bandwidth_recorder
.EstimateRecordedDuringSlowStart()
/external/chromium_org/net/tools/quic/
quic_server_session.cc
84
const QuicSustainedBandwidthRecorder&
bandwidth_recorder
=
local
86
if (!
bandwidth_recorder
.HasEstimate()) {
93
QuicBandwidth new_bandwidth_estimate =
bandwidth_recorder
.BandwidthEstimate();
114
bandwidth_recorder
.MaxBandwidthEstimate();
115
int32 max_bandwidth_timestamp =
bandwidth_recorder
.MaxBandwidthTimestamp();
128
bandwidth_recorder
.EstimateRecordedDuringSlowStart()
quic_server_session_test.cc
316
QuicSustainedBandwidthRecorder&
bandwidth_recorder
=
local
319
&
bandwidth_recorder
, bandwidth_estimate_kbytes_per_second);
321
&
bandwidth_recorder
, max_bandwidth_estimate_kbytes_per_second,
343
bandwidth_recorder
.BandwidthEstimate().ToBytesPerSecond());
345
bandwidth_recorder
.MaxBandwidthEstimate().ToBytesPerSecond());
347
bandwidth_recorder
.MaxBandwidthTimestamp());
Completed in 158 milliseconds