Searched refs:WakeLock (Results 1 – 4 of 4) sorted by relevance
74 WakeLock::WakeLock(SystemSuspend* systemSuspend, const WakeLockIdType& id, const string& name) in WakeLock() function in android::system::suspend::V1_0::WakeLock79 WakeLock::~WakeLock() { in ~WakeLock()83 Return<void> WakeLock::release() { in release()88 void WakeLock::releaseOnce() { in releaseOnce()155 IWakeLock* wl = new WakeLock{this, wlId, name}; in acquireWakeLock()
54 class WakeLock : public IWakeLock {56 WakeLock(SystemSuspend* systemSuspend, const WakeLockIdType& id, const std::string& name);57 ~WakeLock();
17 // Collects information about an individual live WakeLock instances.26 // Maps a unique id of a WakeLock instance to the corresponding WakeLockStats message.
195 // WakeLock was acquired.197 // WakeLock was released.