Searched refs:mWakeupCountFd (Results 1 – 2 of 2) sorted by relevance
150 mWakeupCountFd(std::move(wakeupCountFd)), in SystemSuspend()243 lseek(mWakeupCountFd, 0, SEEK_SET); in initAutosuspend()244 const string wakeupCount = readFd(mWakeupCountFd); in initAutosuspend()256 if (!WriteStringToFd(wakeupCount, mWakeupCountFd)) { in initAutosuspend()
124 unique_fd mWakeupCountFd; variable