Searched refs:kRetryWakeLockLimit (Results 1 – 1 of 1) sorted by relevance
171 constexpr int kRetryWakeLockLimit = 10; // Retry with a wakelock 10 times. in delay() local180 if (mRetryCount > kRetryWakeLockLimit) { in delay()