Home
last modified time | relevance | path

Searched refs:systemSuspend (Results 1 – 2 of 2) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.h81 WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid);
DSystemSuspend.cpp121 WakeLock::WakeLock(SystemSuspend* systemSuspend, const string& name, int pid) in WakeLock() argument
122 : mReleased(), mSystemSuspend(systemSuspend), mName(name), mPid(pid) { in WakeLock()