Searched refs:mControlService (Results 1 – 3 of 3) sorted by relevance
158 mControlService(controlService), in SystemSuspend()211 mControlService->notifyWakelock(name, true); in acquireWakeLock()291 mControlService->notifyWakeup(success, wakeupReasons); in initAutosuspend()369 mControlService->notifyWakelock(name, false); in updateWakeLockStatOnRelease()
566 CbRegisteringCb(sp<ISuspendControlService> controlService) : mControlService(controlService) {} in CbRegisteringCb()572 mControlService->registerCallback(cb, &retval);577 sp<ISuspendControlService> mControlService; member in android::CbRegisteringCb685 : mControlService(controlService) {} in WakelockCbRegisteringCb()690 mControlService->registerWakelockCallback(cb, "testLock", &retval); in notifyAcquired()697 mControlService->registerWakelockCallback(cb, "testLock", &retval); in notifyReleased()702 sp<ISuspendControlService> mControlService; member in android::WakelockCbRegisteringCb
143 sp<SuspendControlService> mControlService; variable