Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp105 mControlService(controlService), in SystemSuspend()
109 mControlService->setSuspendService(this); in SystemSuspend()
262 mControlService->notifyWakeup(success); in initAutosuspend()
DSystemSuspendUnitTest.cpp422 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb()
427 mControlService->registerCallback(cb, &retval); in notifyWakeup()
432 sp<ISuspendControlService> mControlService; member in android::CbRegisteringCb
DSystemSuspend.h110 sp<SuspendControlService> mControlService; variable