Home
last modified time | relevance | path

Searched refs:controlService (Results 1 – 4 of 4) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendBenchmark.cpp42 static sp<ISuspendControlService> controlService = in BM_getWakeLockStats() local
47 controlService->getWakeLockStats(&wlStats); in BM_getWakeLockStats()
DSystemSuspendUnitTest.cpp123 sp<ISuspendControlService> controlService = interface_cast<ISuspendControlService>(control); in SetUpTestSuite() local
127 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::SystemSuspendTest
202 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 …]
DSystemSuspend.cpp86 const sp<SuspendControlService>& controlService, in SystemSuspend() argument
94 mControlService(controlService), in SystemSuspend()
DSystemSuspend.h86 const sp<SuspendControlService>& controlService, bool useSuspendCounter = true);