Home
last modified time | relevance | path

Searched refs:wake_lock (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwakelock.h50 struct wake_lock { struct
75 void linux_wake_lock(struct wake_lock *lock);
97 void linux_wake_unlock(struct wake_lock *lock);
120 int linux_wake_lock_active(struct wake_lock *lock);
144 void linux_wake_lock_init(struct wake_lock *lock, int type, const char *name);
146 #define wake_lock(lock) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_wakelock.c74 void linux_wake_lock_init(struct wake_lock *lock, int type, const char *name) in linux_wake_lock_init()
102 void linux_wake_lock(struct wake_lock *lock) in linux_wake_lock()
114 void linux_wake_unlock(struct wake_lock *lock) in linux_wake_unlock()
127 int linux_wake_lock_active(struct wake_lock *lock) in linux_wake_lock_active()
140 void linux_wake_lock_destroy(struct wake_lock *lock) in linux_wake_lock_destroy()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch69637 diff --git a/src/services/device/wake_lock/power_save_blocker/BUILD.gn b/src/services/device/wake_l…
69639 --- a/src/services/device/wake_lock/power_save_blocker/BUILD.gn
69640 +++ b/src/services/device/wake_lock/power_save_blocker/BUILD.gn
69654 diff --git a/src/services/device/wake_lock/power_save_blocker/power_save_blocker_ohos.cc b/src/serv…
69658 +++ b/src/services/device/wake_lock/power_save_blocker/power_save_blocker_ohos.cc
69664 +#include "services/device/wake_lock/power_save_blocker/power_save_blocker.h"