Home
last modified time | relevance | path

Searched refs:WakeLockType (Results 1 – 7 of 7) 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.h104 Return<sp<IWakeLock>> acquireWakeLock(WakeLockType type, const hidl_string& name) override;
DSystemSuspend.cpp205 Return<sp<IWakeLock>> SystemSuspend::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock() argument
390 sp<IWakeLock> suspendStatsLock = acquireWakeLock(WakeLockType::PARTIAL, "suspend_stats_lock"); in getSuspendStats()
DSystemSuspendUnitTest.cpp73 using android::system::suspend::V1_0::WakeLockType;
202 return suspendService->acquireWakeLock(WakeLockType::PARTIAL, name); in acquireWakeLock()
742 return suspendService->acquireWakeLock(WakeLockType::PARTIAL, name); in acquireWakeLock()
/system/bt/gd/os/android/
Dwakelock_native.cc39 using android::system::suspend::V1_0::WakeLockType;
78 …pimpl_->current_wakelock = pimpl_->suspend_service->acquireWakeLock(WakeLockType::PARTIAL, lock_na… in Acquire()
/system/hardware/interfaces/suspend/1.0/
Dtypes.hal24 enum WakeLockType : uint32_t {
DISystemSuspend.hal33 acquireWakeLock(WakeLockType type, string debugName)