Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/
Dpower.cpp87 class WakeLock::WakeLockImpl { class in android::wakelock::WakeLock
89 WakeLockImpl(const std::string& name);
90 ~WakeLockImpl();
96 WakeLock::WakeLock(const std::string& name) : mImpl(std::make_unique<WakeLockImpl>(name)) {} in WakeLock()
100 WakeLock::WakeLockImpl::WakeLockImpl(const std::string& name) : mWakeLock(nullptr) { in WakeLockImpl() function in android::wakelock::WakeLock::WakeLockImpl
105 WakeLock::WakeLockImpl::~WakeLockImpl() { in ~WakeLockImpl()
/hardware/libhardware_legacy/include/wakelock/
Dwakelock.h32 class WakeLockImpl;
33 std::unique_ptr<WakeLockImpl> mImpl;