Home
last modified time | relevance | path

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

/system/chre/host/common/
Dst_hal_lpma_handler.cc171 constexpr int kRetryWakeLockLimit = 10; // Retry with a wakelock 10 times. in delay() local
180 if (mRetryCount > kRetryWakeLockLimit) { in delay()