Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/
Dpower.cpp93 sp<IWakeLock> mWakeLock; member in android::wakelock::WakeLock::WakeLockImpl
100 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()