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

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

Completed in 121 milliseconds