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