Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp88 : mSuspendCounter(0), in SystemSuspend()
153 mSuspendCounter++; in incSuspendCounter()
164 if (--mSuspendCounter == 0) { in decSuspendCounter()
186 mCounterCondVar.wait(counterLock, [this] { return mSuspendCounter == 0; }); in initAutosuspend()
DSystemSuspend.h103 uint32_t mSuspendCounter; variable