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.cpp71 unique_fd stateFd{TEMP_FAILURE_RETRY(open(kSysPowerState, O_CLOEXEC | O_RDWR))}; in main() local
DSystemSuspend.cpp142 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd, in SystemSuspend()
DSystemSuspendUnitTest.cpp257 static int stateFd; member in android::SystemSuspendTest
278 int SystemSuspendTest::stateFd; member in android::SystemSuspendTest