Home
last modified time | relevance | path

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

/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A Dmain.cpp71 unique_fd stateFd{TEMP_FAILURE_RETRY(open(kSysPowerState, O_CLOEXEC | O_RDWR))}; in main() local
H A DSystemSuspend.cpp143 SystemSuspend::SystemSuspend(unique_fd wakeupCountFd, unique_fd stateFd, unique_fd suspendStatsFd, in SystemSuspend()
H A DSystemSuspendUnitTest.cpp257 static int stateFd; member in android::SystemSuspendTest
278 int SystemSuspendTest::stateFd; member in android::SystemSuspendTest