Home
last modified time | relevance | path

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

/system/sepolicy/prebuilts/api/31.0/private/
Dsystem_suspend.te13 # Access to wakeup, suspend stats, and wakeup reasons.
17 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
Dgenfs_contexts129 genfscon sysfs /class/wakeup u:object_r:sysfs_wakeup:s0
142 genfscon sysfs /devices/virtual/wakeup u:object_r:sysfs_wakeup:s0
/system/sepolicy/private/
Dsystem_suspend.te13 # Access to wakeup, suspend stats, and wakeup reasons.
17 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
Dgenfs_contexts129 genfscon sysfs /class/wakeup u:object_r:sysfs_wakeup:s0
142 genfscon sysfs /devices/virtual/wakeup u:object_r:sysfs_wakeup:s0
/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/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()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp1224 void wakeup(std::string wakeupReason) { in wakeup() function in android::SuspendWakeupTest
1372 wakeup("abc"); in TEST_F()
1382 wakeup("a\nb"); in TEST_F()
1392 wakeup("abc"); in TEST_F()
1393 wakeup("d\ne"); in TEST_F()
1394 wakeup(""); in TEST_F()
1395 wakeup(""); in TEST_F()
1396 wakeup("wxyz\nabc\n"); in TEST_F()
1397 wakeup("abc"); in TEST_F()