Home
last modified time | relevance | path

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

/system/chre/host/common/
Dsocket_client.cc190 unsigned int retryCount = 0; in reconnect() local
192 while (retryCount++ < kRetryLimit) { in reconnect()
208 if (retryCount > kExponentialBackoffDelay) { in reconnect()
/system/chre/host/msm/daemon/
Dchre_daemon.cc502 int retryCount = 0; in chreLpmaEnableThread() local
509 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()
/system/chre/platform/slpi/
Dhost_link.cc719 int retryCount = 5; in shutdown() local
722 && --retryCount > 0) { in shutdown()
726 if (retryCount <= 0) { in shutdown()