Home
last modified time | relevance | path

Searched defs:controlService (Results 1 – 2 of 2) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp149 sp<ISuspendControlService> controlService = interface_cast<ISuspendControlService>(control); in SetUpTestSuite() local
250 sp<ISuspendControlService> controlService; member in android::SystemSuspendTest
566 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb()
684 WakelockCbRegisteringCb(sp<ISuspendControlService> controlService) in WakelockCbRegisteringCb()
948 sp<ISuspendControlService> controlService; member in android::SystemSuspendSameThreadTest
DSystemSuspend.cpp146 const sp<SuspendControlService>& controlService, in SystemSuspend()