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.cpp94 mControlService(controlService), in SystemSuspend()
99 mControlService->setSuspendService(this); in SystemSuspend()
202 mControlService->notifyWakeup(success); in initAutosuspend()
DSystemSuspend.h115 sp<SuspendControlService> mControlService; variable
DSystemSuspendUnitTest.cpp365 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb()
370 mControlService->registerCallback(cb, &retval); in notifyWakeup()
375 sp<ISuspendControlService> mControlService; member in android::CbRegisteringCb