HomeSort by relevance Sort by last modified time
    Searched defs:kMaxSentDataPollingAttempts (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
connection_health_checker.cc 71 const int ConnectionHealthChecker::kMaxSentDataPollingAttempts = 2;
364 if (num_tx_queue_polling_attempts_ < kMaxSentDataPollingAttempts) {
connection_health_checker.h 158 // After sending a small amount of data, attempt |kMaxSentDataPollingAttempts|
160 static const int kMaxSentDataPollingAttempts;

Completed in 64 milliseconds