Home
last modified time | relevance | path

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

/system/core/libsysutils/include/sysutils/
DSocketListener.h54 bool release(SocketClient *c, bool wakeup);
/system/core/healthd/
Dhealthd_common.cpp91 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup) { in healthd_register_event() argument
96 if (wakeup == EVENT_WAKEUP_FD) in healthd_register_event()
/system/core/healthd/include/healthd/
Dhealthd.h83 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup = EVENT_NO_WAKEUP_…
/system/bt/udrv/ulinux/
Duipc.cc415 int wakeup = 0; in uipc_close_ch_locked() local
426 wakeup = 1; in uipc_close_ch_locked()
434 wakeup = 1; in uipc_close_ch_locked()
442 if (wakeup) uipc_wakeup_locked(); in uipc_close_ch_locked()
/system/core/libsysutils/src/
DSocketListener.cpp245 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() argument
263 if (wakeup) { in release()