Searched defs:wlImpl (Results 1 – 1 of 1) sorted by relevance
103 std::unique_ptr<WakeLockImpl> wlImpl = std::make_unique<WakeLockImpl>(name); in tryGet() local112 WakeLock::WakeLock(std::unique_ptr<WakeLockImpl> wlImpl) : mImpl(std::move(wlImpl)) {} in WakeLock()