Searched defs:wakeupCountFd (Results 1 – 3 of 3) sorted by relevance
50 unique_fd wakeupCountFd{TEMP_FAILURE_RETRY(open(kSysPowerWakeupCount, O_CLOEXEC | O_RDWR))}; in main() local
95 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, size_t maxStatsEntries, in SystemSuspend()
214 int wakeupCountFd; member in android::SystemSuspendTest