Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DUsbOverheatEvent.cpp106 static int wakelock_cnt = 0; variable
112 wakelock_cnt++; in wakeLockAcquire()
113 if (wakelock_cnt == 1) { in wakeLockAcquire()
124 wakelock_cnt--; in wakeLockRelease()
125 if (wakelock_cnt == 0) { in wakeLockRelease()