Searched refs:systemSuspend (Results 1 – 2 of 2) sorted by relevance
81 WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid);
121 WakeLock::WakeLock(SystemSuspend* systemSuspend, const string& name, int pid) in WakeLock() argument122 : mReleased(), mSystemSuspend(systemSuspend), mName(name), mPid(pid) { in WakeLock()