HomeSort by relevance Sort by last modified time
    Searched full:trywakeup (Results 1 - 1 of 1) sorted by null

  /device/moto/stingray/whisper/
Whisper_AccyMain.c 285 int currentPolicy, tryWakeup, tryComm;
341 tryWakeup = 1;
343 while (tryWakeup) {
345 DBG_TRACE("WAKEUP SUCCESS %d ", tryWakeup);
346 tryWakeup = 0;
350 if (tryWakeup == MAX_TRY_WAKEUP) {
351 DBG_ERROR("GIVING UP WAKEUP after %d tries", tryWakeup);
352 tryWakeup = 0;
359 tryWakeup++;
364 tryWakeup = 0
    [all...]

Completed in 2997 milliseconds