Searched refs:mWakeLock (Results 1 – 1 of 1) sorted by relevance
93 sp<IWakeLock> mWakeLock; member in android::wakelock::WakeLock::WakeLockImpl100 WakeLock::WakeLockImpl::WakeLockImpl(const std::string& name) : mWakeLock(nullptr) { in WakeLockImpl()102 mWakeLock = suspendService->acquireWakeLock(WakeLockType::PARTIAL, name); in WakeLockImpl()106 auto ret = mWakeLock->release(); in ~WakeLockImpl()