Searched refs:mControlService (Results 1 – 3 of 3) sorted by relevance
94 mControlService(controlService), in SystemSuspend()99 mControlService->setSuspendService(this); in SystemSuspend()202 mControlService->notifyWakeup(success); in initAutosuspend()
115 sp<SuspendControlService> mControlService; variable
365 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb()370 mControlService->registerCallback(cb, &retval); in notifyWakeup()375 sp<ISuspendControlService> mControlService; member in android::CbRegisteringCb