Searched refs:WakeLockImpl (Results 1 – 2 of 2) sorted by relevance
87 class WakeLock::WakeLockImpl { class in android::wakelock::WakeLock89 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::WakeLockImpl105 WakeLock::WakeLockImpl::~WakeLockImpl() { in ~WakeLockImpl()
32 class WakeLockImpl;33 std::unique_ptr<WakeLockImpl> mImpl;