Searched refs:controlService (Results 1 – 3 of 3) sorted by relevance
149 sp<ISuspendControlService> controlService = interface_cast<ISuspendControlService>(control); in SetUpTestSuite() local172 controlService = interface_cast<ISuspendControlService>(control); in SetUp()250 sp<ISuspendControlService> controlService; member in android::SystemSuspendTest454 controlService->registerCallback(nullptr, &retval); in TEST_F()464 controlService->registerCallback(cb, &retval); in TEST_F()497 controlService->registerCallback(cb, &retval); in TEST_F()552 controlService->registerCallback(cb, &retval); in TEST_F()566 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb() argument582 sp<CbRegisteringCb> cb = new CbRegisteringCb(controlService); in TEST_F()584 controlService->registerCallback(cb, &retval); in TEST_F()[all …]
101 const sp<SuspendControlService>& controlService,
146 const sp<SuspendControlService>& controlService, in SystemSuspend() argument157 mControlService(controlService), in SystemSuspend()