Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware_legacy/
H A Dpower.cpp135 std::unique_ptr<WakeLockImpl> wlImpl = std::make_unique<WakeLockImpl>(name); in tryGet() local
144 WakeLock::WakeLock(std::unique_ptr<WakeLockImpl> wlImpl) : mImpl(std::move(wlImpl)) {} in WakeLock()