Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/
Dpower.cpp135 std::unique_ptr<WakeLockImpl> wlImpl = std::make_unique<WakeLockImpl>(name); in tryGet() local
136 if (wlImpl->acquireOk()) { in tryGet()
137 return { std::move(wlImpl) }; in tryGet()
144 WakeLock::WakeLock(std::unique_ptr<WakeLockImpl> wlImpl) : mImpl(std::move(wlImpl)) {} in WakeLock() argument
/hardware/libhardware_legacy/include/wakelock/
Dwakelock.h37 WakeLock(std::unique_ptr<WakeLockImpl> wlImpl);