HomeSort by relevance Sort by last modified time
    Searched refs:kMinCongestedQueueAttempts (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
connection_health_checker.h 161 // After |kMinCongestedQueueAttempts| to send data indicate a congested tx
163 static const int kMinCongestedQueueAttempts;
connection_health_checker.cc 73 const int ConnectionHealthChecker::kMinCongestedQueueAttempts = 2;
270 if (num_congested_queue_detected_ == kMinCongestedQueueAttempts) {
connection_health_checker_unittest.cc 180 return ConnectionHealthChecker::kMinCongestedQueueAttempts;

Completed in 585 milliseconds