Searched refs:controlService (Results 1 – 4 of 4) sorted by relevance
42 static sp<ISuspendControlService> controlService = in BM_getWakeLockStats() local47 controlService->getWakeLockStats(&wlStats); in BM_getWakeLockStats()
123 sp<ISuspendControlService> controlService = interface_cast<ISuspendControlService>(control); in SetUpTestSuite() local127 controlService->enableAutosuspend(&enabled); in SetUpTestSuite()140 controlService = interface_cast<ISuspendControlService>(control); in SetUp()170 controlService->getWakeLockStats(&wlStats); in getActiveWakeLockCount()186 sp<ISuspendControlService> controlService; member in android::SystemSuspendTest202 controlService->enableAutosuspend(&enabled); in TEST_F()325 controlService->registerCallback(nullptr, &retval); in TEST_F()339 controlService->registerCallback(cb, &retval); in TEST_F()351 controlService->registerCallback(cb, &retval); in TEST_F()365 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb() argument[all …]
86 const sp<SuspendControlService>& controlService, in SystemSuspend() argument94 mControlService(controlService), in SystemSuspend()
86 const sp<SuspendControlService>& controlService, bool useSuspendCounter = true);