Searched refs:WakeLockType (Results 1 – 6 of 6) sorted by relevance
28 using android::system::suspend::V1_0::WakeLockType;34 suspendService->acquireWakeLock(WakeLockType::PARTIAL, "BenchmarkWakeLock"); in BM_acquireWakeLock()
141 Return<sp<IWakeLock>> SystemSuspend::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock() argument251 sp<IWakeLock> suspendStatsLock = acquireWakeLock(WakeLockType::PARTIAL, "suspend_stats_lock"); in getSuspendStats()
87 Return<sp<IWakeLock>> acquireWakeLock(WakeLockType type, const hidl_string& name) override;
65 using android::system::suspend::V1_0::WakeLockType;165 return suspendService->acquireWakeLock(WakeLockType::PARTIAL, name); in acquireWakeLock()390 return suspendService->acquireWakeLock(WakeLockType::PARTIAL, name); in acquireWakeLock()
24 enum WakeLockType : uint32_t {
33 acquireWakeLock(WakeLockType type, string debugName)