Home
last modified time | relevance | path

Searched refs:end_to_end_rtt (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/nqe/
Dnetwork_quality_estimator.cc538 base::TimeDelta end_to_end_rtt = nqe::internal::InvalidRTT(); in ComputeEffectiveConnectionType() local
542 &http_rtt, &transport_rtt, &end_to_end_rtt, &downstream_throughput_kbps, in ComputeEffectiveConnectionType()
555 if (end_to_end_rtt != nqe::internal::InvalidRTT()) { in ComputeEffectiveConnectionType()
556 end_to_end_rtt_ = end_to_end_rtt; in ComputeEffectiveConnectionType()
668 const base::TimeDelta end_to_end_rtt) const { in UpdateHttpRttUsingAllRttValues()
689 end_to_end_rtt != nqe::internal::InvalidRTT() && in UpdateHttpRttUsingAllRttValues()
695 end_to_end_rtt * in UpdateHttpRttUsingAllRttValues()
702 end_to_end_rtt != nqe::internal::InvalidRTT() && in UpdateHttpRttUsingAllRttValues()
707 *http_rtt, end_to_end_rtt * in UpdateHttpRttUsingAllRttValues()
720 base::TimeDelta* end_to_end_rtt, in GetRecentEffectiveConnectionTypeUsingMetrics() argument
[all …]
Dnetwork_quality_estimator_test_util.cc121 base::TimeDelta* end_to_end_rtt, in GetRecentEffectiveConnectionTypeUsingMetrics() argument
135 http_rtt, transport_rtt, end_to_end_rtt, downstream_throughput_kbps, in GetRecentEffectiveConnectionTypeUsingMetrics()
Dnetwork_quality_estimator.h334 base::TimeDelta* end_to_end_rtt,
490 const base::TimeDelta end_to_end_rtt) const;
Dnetwork_quality_estimator_test_util.h102 base::TimeDelta* end_to_end_rtt,
Dnetwork_quality_estimator_unittest.cc1444 base::TimeDelta end_to_end_rtt; in TEST_F() member
1511 estimator.set_start_time_null_end_to_end_rtt(test.end_to_end_rtt); in TEST_F()