Home
last modified time | relevance | path

Searched refs:kMaxResponseSampleFilterDepth (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dactive_link_monitor.cc50 const int ActiveLinkMonitor::kMaxResponseSampleFilterDepth = 5; member in shill::ActiveLinkMonitor
169 if (response_sample_count_ < kMaxResponseSampleFilterDepth) { in AddResponseTimeSample()
173 response_sample_bucket_ * kMaxResponseSampleFilterDepth / in AddResponseTimeSample()
174 (kMaxResponseSampleFilterDepth + 1); in AddResponseTimeSample()
Dactive_link_monitor.h116 static const int kMaxResponseSampleFilterDepth; variable
Dactive_link_monitor_unittest.cc246 return ActiveLinkMonitor::kMaxResponseSampleFilterDepth; in GetMaxResponseSampleFilterDepth()