Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp54 unique_fd stateFd{TEMP_FAILURE_RETRY(open(kSysPowerState, O_CLOEXEC | O_RDWR))}; in main() local
DSystemSuspend.cpp95 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, size_t maxStatsEntries, in SystemSuspend()
DSystemSuspendUnitTest.cpp213 int stateFd; member in android::SystemSuspendTest