Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp60 using android::system::suspend::V1_0::WakeLockType;
173 return suspendService->acquireWakeLock(WakeLockType::PARTIAL, "TestLock"); in acquireWakeLock()
322 suspendService->acquireWakeLock(WakeLockType::PARTIAL, "foo"); in TEST_F()
323 suspendService->acquireWakeLock(WakeLockType::PARTIAL, "bar"); in TEST_F()
324 suspendService->acquireWakeLock(WakeLockType::PARTIAL, "bar"); in TEST_F()
325 suspendService->acquireWakeLock(WakeLockType::PARTIAL, "baz"); in TEST_F()
DSystemSuspend.h75 Return<sp<IWakeLock>> acquireWakeLock(WakeLockType type, const hidl_string& name) override;
DSystemSuspend.cpp151 Return<sp<IWakeLock>> SystemSuspend::acquireWakeLock(WakeLockType /* type */, in acquireWakeLock() argument
/system/hardware/interfaces/suspend/1.0/
Dtypes.hal24 enum WakeLockType : uint32_t {
DISystemSuspend.hal33 acquireWakeLock(WakeLockType type, string debugName)