Home
last modified time | relevance | path

Searched refs:isSystemSuspendBlocked (Results 1 – 1 of 1) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp162 bool isSystemSuspendBlocked(int timeout_ms = 20) { return isReadBlocked(stateFd, timeout_ms); } in isSystemSuspendBlocked() function in android::SystemSuspendTest
216 ASSERT_TRUE(isSystemSuspendBlocked()); in TEST_F()
218 ASSERT_FALSE(isSystemSuspendBlocked()); in TEST_F()
226 ASSERT_TRUE(isSystemSuspendBlocked()); in TEST_F()
228 ASSERT_FALSE(isSystemSuspendBlocked()); in TEST_F()
236 ASSERT_TRUE(isSystemSuspendBlocked()); in TEST_F()
241 ASSERT_TRUE(isSystemSuspendBlocked()); in TEST_F()
243 ASSERT_TRUE(isSystemSuspendBlocked()); in TEST_F()
245 ASSERT_FALSE(isSystemSuspendBlocked()); in TEST_F()
254 ASSERT_TRUE(isSystemSuspendBlocked()); in TEST_F()
[all …]