Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp150 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()
DSystemSuspend.h124 unique_fd mWakeupCountFd; variable