Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp149 sp<ISuspendControlService> controlService = interface_cast<ISuspendControlService>(control); in SetUpTestSuite() local
172 controlService = interface_cast<ISuspendControlService>(control); in SetUp()
250 sp<ISuspendControlService> controlService; member in android::SystemSuspendTest
454 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() argument
582 sp<CbRegisteringCb> cb = new CbRegisteringCb(controlService); in TEST_F()
584 controlService->registerCallback(cb, &retval); in TEST_F()
[all …]
DSystemSuspend.h101 const sp<SuspendControlService>& controlService,
DSystemSuspend.cpp146 const sp<SuspendControlService>& controlService, in SystemSuspend() argument
157 mControlService(controlService), in SystemSuspend()