Searched refs:suspendControlInternal (Results 1 – 2 of 2) sorted by relevance
/system/hardware/interfaces/suspend/1.0/default/ |
D | main.cpp | 132 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()
|
D | SystemSuspendUnitTest.cpp | 103 sp<SuspendControlServiceInternal> suspendControlInternal = in registerTestService() local 106 android::String16(kControlServiceInternalName), suspendControlInternal); in registerTestService() 126 std::move(suspendTimeFd), kSleepTimeConfig, suspendControl, 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() 1214 kSleepTimeConfig, suspendControl, suspendControlInternal); in SetUp() 1218 suspendControlInternal->enableAutosuspend(&enabled); in SetUp() 1287 sp<SuspendControlServiceInternal> suspendControlInternal; member in android::SuspendWakeupTest [all …]
|