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.cpp62 WakeLock::WakeLock(SystemSuspend* systemSuspend, const string& name, int pid) in WakeLock() argument
63 : mReleased(), mSystemSuspend(systemSuspend), mName(name), mPid(pid) { in WakeLock()
DSystemSuspend.h67 WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid);