Home
last modified time | relevance | path

Searched refs:WakeLock (Results 1 – 4 of 4) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp74 WakeLock::WakeLock(SystemSuspend* systemSuspend, const WakeLockIdType& id, const string& name) in WakeLock() function in android::system::suspend::V1_0::WakeLock
79 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()
DSystemSuspend.h54 class WakeLock : public IWakeLock {
56 WakeLock(SystemSuspend* systemSuspend, const WakeLockIdType& id, const std::string& name);
57 ~WakeLock();
DSystemSuspendStats.proto17 // Collects information about an individual live WakeLock instances.
26 // Maps a unique id of a WakeLock instance to the corresponding WakeLockStats message.
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto195 // WakeLock was acquired.
197 // WakeLock was released.