Home
last modified time | relevance | path

Searched refs:cached_estimate_applied_ (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/nqe/
Dnetwork_quality_estimator.cc479 cached_estimate_applied_ = false; in OnConnectionTypeChanged()
630 if (cached_estimate_applied_ && in AdjustHttpRttBasedOnRTTCounts()
1360 cached_estimate_applied_ = true; in MaybeUpdateCachedEstimateApplied()
1376 if (cached_estimate_applied_ && in ShouldAddObservation()
Dnetwork_quality_estimator.h610 bool cached_estimate_applied_ = false; variable