Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp62 WakeLock::WakeLock(SystemSuspend* systemSuspend, const string& name, int pid) in WakeLock() function in android::system::suspend::V1_0::WakeLock
67 WakeLock::~WakeLock() { in ~WakeLock()
71 Return<void> WakeLock::release() { in release()
76 void WakeLock::releaseOnce() { in releaseOnce()
145 IWakeLock* wl = new WakeLock{this, name, pid}; in acquireWakeLock()
DSystemSuspend.h65 class WakeLock : public IWakeLock {
67 WakeLock(SystemSuspend* systemSuspend, const std::string& name, int pid);
68 ~WakeLock();
/system/vold/
DIdleMaint.cpp148 android::wakelock::WakeLock wl{kWakeLock}; in Trim()
372 android::wakelock::WakeLock wl{kWakeLock}; in RunIdleMaint()
406 android::wakelock::WakeLock wl{kWakeLock}; in AbortIdleMaint()
DBenchmark.cpp184 android::wakelock::WakeLock wl{kWakeLock}; in Benchmark()
DMoveStorage.cpp261 android::wakelock::WakeLock wl{kWakeLock}; in MoveStorage()
Dcryptfs.cpp2130 std::unique_ptr<android::wakelock::WakeLock> wakeLock = nullptr; in cryptfs_enable_internal()
2197 wakeLock = std::make_unique<android::wakelock::WakeLock>(lockid); in cryptfs_enable_internal()
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto192 // WakeLock was acquired.
194 // WakeLock was released.