Searched refs:wlImpl (Results 1 – 2 of 2) sorted by relevance
135 std::unique_ptr<WakeLockImpl> wlImpl = std::make_unique<WakeLockImpl>(name); in tryGet() local136 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
37 WakeLock(std::unique_ptr<WakeLockImpl> wlImpl);