Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp163 mWakeUnlockFd(-1), in SystemSuspend()
172 mWakeUnlockFd.reset(TEMP_FAILURE_RETRY(open(kSysPowerWakeUnlock, O_CLOEXEC | O_RDWR))); in SystemSuspend()
173 if (mWakeUnlockFd < 0) { in SystemSuspend()
233 if (!WriteStringToFd(name, mWakeUnlockFd)) { in decSuspendCounter()
DSystemSuspend.h153 unique_fd mWakeUnlockFd; variable