Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp120 int s_wakelock_count = 0; variable
692 s_wakelock_count++; in grabPartialWakeLock()
712 if (s_wakelock_count > 1) { in releaseWakeLock()
713 s_wakelock_count--; in releaseWakeLock()
715 s_wakelock_count = 0; in releaseWakeLock()
740 s_wakelock_count = 0; in wakeTimeoutCallback()