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.cpp82 sp<SuspendControlService> suspendControl = new SuspendControlService(); in main() local
84 android::String16("suspend_control"), suspendControl); in main()
96 100ms /* baseSleepTime */, suspendControl, true /* mUseSuspendCounter*/); in main()
DSystemSuspendUnitTest.cpp86 sp<SuspendControlService> suspendControl = new SuspendControlService(); in registerTestService() local
88 android::String16(kControlServiceName), suspendControl); in registerTestService()
100 unique_fd(-1) /* kernelWakelockStatsFd */, 0ms /* baseSleepTime */, suspendControl); in registerTestService()
577 sp<SuspendControlService> suspendControl = new SuspendControlService(); in SetUp() local
578 controlService = suspendControl; in SetUp()
582 unique_fd(dup(kernelWakelockStatsFd.get())), 0ms /* baseSleepTime */, suspendControl); in SetUp()