Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp63 : mReleased(), mSystemSuspend(systemSuspend), mName(name), mPid(pid) { in WakeLock()
64 mSystemSuspend->incSuspendCounter(mName); in WakeLock()
78 mSystemSuspend->decSuspendCounter(mName); in releaseOnce()
79 mSystemSuspend->updateWakeLockStatOnRelease(mName, mPid, getTimeNow()); in releaseOnce()
DSystemSuspend.h76 SystemSuspend* mSystemSuspend; variable