Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/
Dchre_daemon.cc417 const int kRetryWakeLockLimit = 10; // Retry with a wakelock 10 times. in chreLpmaEnableThread() local
455 if (retryCount > kRetryWakeLockLimit) { in chreLpmaEnableThread()