Home
last modified time | relevance | path

Searched refs:WakeLockType (Results 1 – 6 of 6) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendBenchmark.cpp28 using android::system::suspend::V1_0::WakeLockType;
34 suspendService->acquireWakeLock(WakeLockType::PARTIAL, "BenchmarkWakeLock"); in BM_acquireWakeLock()
DSystemSuspend.cpp141 Return<sp<IWakeLock>> SystemSuspend::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock() argument
251 sp<IWakeLock> suspendStatsLock = acquireWakeLock(WakeLockType::PARTIAL, "suspend_stats_lock"); in getSuspendStats()
DSystemSuspend.h87 Return<sp<IWakeLock>> acquireWakeLock(WakeLockType type, const hidl_string& name) override;
DSystemSuspendUnitTest.cpp65 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()
/system/hardware/interfaces/suspend/1.0/
Dtypes.hal24 enum WakeLockType : uint32_t {
DISystemSuspend.hal33 acquireWakeLock(WakeLockType type, string debugName)