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.cpp75 : mReleased(), mSystemSuspend(systemSuspend), mId(id), mName(name) { in WakeLock()
76 mSystemSuspend->incSuspendCounter(mName); in WakeLock()
90 mSystemSuspend->decSuspendCounter(mName); in releaseOnce()
91 mSystemSuspend->deleteWakeLockStatsEntry(mId); in releaseOnce()
DSystemSuspend.h65 SystemSuspend* mSystemSuspend; variable