Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 8 of 8) sorted by relevance

/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_suspend.te13 # Access to wakeup and suspend stats.
16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
Dgenfs_contexts120 genfscon sysfs /class/wakeup u:object_r:sysfs_wakeup:s0
133 genfscon sysfs /devices/virtual/wakeup u:object_r:sysfs_wakeup:s0
/system/sepolicy/private/
Dsystem_suspend.te13 # Access to wakeup and suspend stats.
16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
Dgenfs_contexts120 genfscon sysfs /class/wakeup u:object_r:sysfs_wakeup:s0
133 genfscon sysfs /devices/virtual/wakeup u:object_r:sysfs_wakeup:s0
/system/core/libsysutils/include/sysutils/
DSocketListener.h62 bool release(SocketClient *c, bool wakeup);
/system/core/healthd/include/healthd/
Dhealthd.h89 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup = EVENT_NO_WAKEUP_…
/system/bt/udrv/ulinux/
Duipc.cc387 int wakeup = 0; in uipc_close_ch_locked() local
398 wakeup = 1; in uipc_close_ch_locked()
406 wakeup = 1; in uipc_close_ch_locked()
413 if (wakeup) uipc_wakeup_locked(uipc); in uipc_close_ch_locked()
/system/core/libsysutils/src/
DSocketListener.cpp226 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() argument
237 if (wakeup) { in release()