Searched refs:mWakeUnlockFd (Results 1 – 2 of 2) sorted by relevance
163 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()
153 unique_fd mWakeUnlockFd; variable