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.cpp99 : mSuspendCounter(0), in SystemSuspend()
199 mSuspendCounter++; in incSuspendCounter()
210 if (--mSuspendCounter == 0) { in decSuspendCounter()
246 mCounterCondVar.wait(counterLock, [this] { return mSuspendCounter == 0; }); in initAutosuspend()
DSystemSuspend.h88 uint32_t mSuspendCounter; variable