Searched refs:mControlService (Results 1 – 3 of 3) sorted by relevance
105 mControlService(controlService), in SystemSuspend()109 mControlService->setSuspendService(this); in SystemSuspend()262 mControlService->notifyWakeup(success); in initAutosuspend()
422 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb()427 mControlService->registerCallback(cb, &retval); in notifyWakeup()432 sp<ISuspendControlService> mControlService; member in android::CbRegisteringCb
110 sp<SuspendControlService> mControlService; variable