Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp125 sp<SuspendControlService> suspendControl = new SuspendControlService(); in main() local
127 android::String16("suspend_control"), suspendControl); in main()
146 sleepTimeConfig, suspendControl, suspendControlInternal, true /* mUseSuspendCounter*/); in main()
DSystemSuspendUnitTest.cpp96 sp<SuspendControlService> suspendControl = new SuspendControlService(); in registerTestService() local
98 android::String16(kControlServiceName), suspendControl); in registerTestService()
126 std::move(suspendTimeFd), kSleepTimeConfig, suspendControl, suspendControlInternal); in registerTestService()
929 sp<SuspendControlService> suspendControl = new SuspendControlService(); in SetUp() local
932 controlService = suspendControl; in SetUp()
939 kSleepTimeConfig, suspendControl, suspendControlInternal); in SetUp()
1200 suspendControl = new SuspendControlService(); in SetUp()
1214 kSleepTimeConfig, suspendControl, suspendControlInternal); in SetUp()
1286 sp<SuspendControlService> suspendControl; member in android::SuspendWakeupTest