Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/
Dpower.cpp103 std::unique_ptr<WakeLockImpl> wlImpl = std::make_unique<WakeLockImpl>(name); in tryGet() local
112 WakeLock::WakeLock(std::unique_ptr<WakeLockImpl> wlImpl) : mImpl(std::move(wlImpl)) {} in WakeLock()