Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.h54 void notifyWakelock(const std::string& name, bool isAcquired);
DSystemSuspend.cpp210 mControlService->notifyWakelock(name, true); in acquireWakeLock()
351 mControlService->notifyWakelock(name, false); in updateWakeLockStatOnRelease()
DSuspendControlService.cpp115 void SuspendControlService::notifyWakelock(const std::string& name, bool isAcquired) { in notifyWakelock() function in android::system::suspend::V1_0::SuspendControlService