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.c449 int wakeup = 0; in uipc_close_ch_locked() local
462 wakeup = 1; in uipc_close_ch_locked()
471 wakeup = 1; in uipc_close_ch_locked()
479 if (wakeup) in uipc_close_ch_locked()
/system/core/libsysutils/src/
DSocketListener.cpp253 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() argument
271 if (wakeup) { in release()