Searched refs:wakeup (Results 1 – 11 of 11) sorted by relevance
13 # Access to wakeup, suspend stats, and wakeup reasons.17 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
129 genfscon sysfs /class/wakeup u:object_r:sysfs_wakeup:s0142 genfscon sysfs /devices/virtual/wakeup u:object_r:sysfs_wakeup:s0
13 # Access to wakeup and suspend stats.16 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
120 genfscon sysfs /class/wakeup u:object_r:sysfs_wakeup:s0133 genfscon sysfs /devices/virtual/wakeup u:object_r:sysfs_wakeup:s0
62 bool release(SocketClient *c, bool wakeup);
89 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup = EVENT_NO_WAKEUP_…
387 int wakeup = 0; in uipc_close_ch_locked() local398 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()
226 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() argument237 if (wakeup) { in release()
1224 void wakeup(std::string wakeupReason) { in wakeup() function in android::SuspendWakeupTest1372 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()