Home
last modified time | relevance | path

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

/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A Dmain.cpp132 sp<SuspendControlServiceInternal> suspendControlInternal = new SuspendControlServiceInternal(); in main() local
134 android::String16("suspend_control_internal"), suspendControlInternal); in main()
146 sleepTimeConfig, suspendControl, suspendControlInternal, true /* mUseSuspendCounter*/); in main()
H A DSystemSuspendUnitTest.cpp103 sp<SuspendControlServiceInternal> suspendControlInternal = in registerTestService() local
106 android::String16(kControlServiceInternalName), suspendControlInternal); in registerTestService()
930 sp<SuspendControlServiceInternal> suspendControlInternal = in SetUp() local
933 controlServiceInternal = suspendControlInternal; in SetUp()
939 kSleepTimeConfig, suspendControl, suspendControlInternal); in SetUp()
1202 suspendControlInternal = new SuspendControlServiceInternal(); in SetUp()
1218 suspendControlInternal->enableAutosuspend(&enabled); in SetUp()
1287 sp<SuspendControlServiceInternal> suspendControlInternal; member in android::SuspendWakeupTest
1375 ASSERT_TRUE(suspendControlInternal->getWakeupStats(&wStats).isOk()); in TEST_F()
1385 ASSERT_TRUE(suspendControlInternal->getWakeupStats(&wStats).isOk()); in TEST_F()
[all …]