Searched refs:retryCount (Results 1 – 3 of 3) sorted by relevance
190 unsigned int retryCount = 0; in reconnect() local192 while (retryCount++ < kRetryLimit) { in reconnect()208 if (retryCount > kExponentialBackoffDelay) { in reconnect()
502 int retryCount = 0; in chreLpmaEnableThread() local509 retryCount = 0; in chreLpmaEnableThread()530 } else if (retryCount < kRetryGrowthLimit) { in chreLpmaEnableThread()534 LOGD("Delaying retry %d for %uus", retryCount, retryDelay); in chreLpmaEnableThread()537 retryCount++; in chreLpmaEnableThread()538 if (retryCount > kRetryWakeLockLimit) { in chreLpmaEnableThread()
719 int retryCount = 5; in shutdown() local722 && --retryCount > 0) { in shutdown()726 if (retryCount <= 0) { in shutdown()