Home
last modified time | relevance | path

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

/system/core/libsysutils/include/sysutils/
DSocketListener.h62 bool release(SocketClient *c, bool wakeup);
/system/core/healthd/include/healthd/
Dhealthd.h86 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()