Searched defs:stateFd (Results 1 – 3 of 3) sorted by relevance
71 unique_fd stateFd{TEMP_FAILURE_RETRY(open(kSysPowerState, O_CLOEXEC | O_RDWR))}; in main() local
142 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd, in SystemSuspend()
257 static int stateFd; member in android::SystemSuspendTest278 int SystemSuspendTest::stateFd; member in android::SystemSuspendTest