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