Searched refs:mSystemSuspend (Results 1 – 2 of 2) sorted by relevance
63 : 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()
76 SystemSuspend* mSystemSuspend; variable