Searched refs:end_to_end_rtt (Results 1 – 5 of 5) sorted by relevance
/external/cronet/net/nqe/ |
D | network_quality_estimator.cc | 538 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 …]
|
D | network_quality_estimator_test_util.cc | 121 base::TimeDelta* end_to_end_rtt, in GetRecentEffectiveConnectionTypeUsingMetrics() argument 135 http_rtt, transport_rtt, end_to_end_rtt, downstream_throughput_kbps, in GetRecentEffectiveConnectionTypeUsingMetrics()
|
D | network_quality_estimator.h | 334 base::TimeDelta* end_to_end_rtt, 490 const base::TimeDelta end_to_end_rtt) const;
|
D | network_quality_estimator_test_util.h | 102 base::TimeDelta* end_to_end_rtt,
|
D | network_quality_estimator_unittest.cc | 1444 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()
|