Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/nqe/
H A Dnetwork_quality_estimator.cc479 cached_estimate_applied_ = false; in OnConnectionTypeChanged()
630 if (cached_estimate_applied_ && in AdjustHttpRttBasedOnRTTCounts()
1359 cached_estimate_applied_ = true; in MaybeUpdateCachedEstimateApplied()
1375 if (cached_estimate_applied_ && in ShouldAddObservation()
H A Dnetwork_quality_estimator.h611 bool cached_estimate_applied_ = false; variable