Home
last modified time | relevance | path

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

/system/core/include/sysutils/
DSocketListener.h54 bool release(SocketClient *c, bool wakeup);
/system/bt/udrv/ulinux/
Duipc.c440 int wakeup = 0; in uipc_close_ch_locked() local
453 wakeup = 1; in uipc_close_ch_locked()
462 wakeup = 1; in uipc_close_ch_locked()
470 if (wakeup) in uipc_close_ch_locked()
/system/core/libsysutils/src/
DSocketListener.cpp252 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() argument
270 if (wakeup) { in release()