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.cpp122 : mReleased(), mSystemSuspend(systemSuspend), mName(name), mPid(pid) { in WakeLock()
123 mSystemSuspend->incSuspendCounter(mName); in WakeLock()
137 mSystemSuspend->decSuspendCounter(mName); in releaseOnce()
138 mSystemSuspend->updateWakeLockStatOnRelease(mName, mPid, getTimeNow()); in releaseOnce()
DSystemSuspend.h90 SystemSuspend* mSystemSuspend; variable