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.cpp125 sp<ISuspendControlService> controlService = interface_cast<ISuspendControlService>(control); in SetUp() local
212 sp<ISuspendControlService> controlService; member in android::SystemSuspendTest
422 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb()
DSystemSuspend.cpp97 const sp<SuspendControlService>& controlService, in SystemSuspend()