Home
last modified time | relevance | path

Searched defs:wakeupCountFd (Results 1 – 3 of 3) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp51 unique_fd wakeupCountFd{TEMP_FAILURE_RETRY(open(kSysPowerWakeupCount, O_CLOEXEC | O_RDWR))}; in main() local
DSystemSuspend.cpp83 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd, in SystemSuspend()
DSystemSuspendUnitTest.cpp189 static int wakeupCountFd; member in android::SystemSuspendTest
196 int SystemSuspendTest::wakeupCountFd; member in android::SystemSuspendTest