HomeSort by relevance Sort by last modified time
    Searched refs:G_IO_HUP (Results 1 - 25 of 33) sorted by null

1 2

  /external/bluetooth/bluez/plugins/
netlink.c 53 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL))
69 g_io_add_watch(channel, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
echo.c 50 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL))
85 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
  /external/bluetooth/bluez/src/
sdpd-server.c 174 if (cond & (G_IO_HUP | G_IO_ERR)) {
207 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
233 g_io_add_watch(io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
271 g_io_add_watch(l2cap_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
278 g_io_add_watch(unix_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
rfkill.c 78 if (cond & (G_IO_NVAL | G_IO_HUP | G_IO_ERR))
159 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
  /external/bluetooth/glib/tests/
gio-test.c 124 (cond & G_IO_HUP) ? " HUP" : "",
129 if (cond & (G_IO_ERR | G_IO_HUP))
346 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP,
timeloop-closure.c 155 source = g_io_create_watch (out_channels[0], G_IO_IN | G_IO_HUP);
timeloop.c 153 g_io_add_watch (out_channels[0], G_IO_IN | G_IO_HUP,
mainloop-test.c 160 adder_source = g_io_create_watch (channels[0], G_IO_IN | G_IO_HUP);
294 g_io_add_watch (out_channels[0], G_IO_IN | G_IO_HUP,
  /external/bluetooth/bluez/gdbus/
mainloop.c 104 if (cond & G_IO_HUP) flags |= DBUS_WATCH_HANGUP;
117 GIOCondition cond = G_IO_HUP | G_IO_ERR;
  /external/bluetooth/bluez/common/
glib-helper.c 224 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) {
288 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
331 G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
626 if (cond & (G_IO_ERR | G_IO_HUP))
774 G_IO_HUP | G_IO_ERR | G_IO_NVAL | G_IO_IN,
btio.c 127 if (cond & (G_IO_HUP | G_IO_ERR))
159 } else if (cond & (G_IO_HUP | G_IO_ERR))
218 cond = G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
234 cond = G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
250 cond = G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
  /external/bluetooth/glib/gio/fam/
fam-helper.c 181 G_IO_IN | G_IO_HUP | G_IO_ERR,
  /external/bluetooth/glib/gobject/
gsourceclosure.c 55 { G_IO_HUP, "G_IO_HUP", "hup" },
  /external/bluetooth/bluez/input/
fakehid.c 224 if (cond & (G_IO_HUP | G_IO_ERR)) {
383 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
device.c 289 if (cond & (G_IO_HUP | G_IO_ERR)) {
378 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
423 if ((cond & (G_IO_HUP | G_IO_ERR)) && iconn->ctrl_watch)
451 if ((cond & (G_IO_HUP | G_IO_ERR)) && iconn->intr_watch)
811 G_IO_HUP | G_IO_ERR | G_IO_NVAL,
814 G_IO_HUP | G_IO_ERR | G_IO_NVAL,
  /external/bluetooth/bluez/audio/
gateway.c 131 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
443 if (cond & (G_IO_ERR | G_IO_HUP)) {
500 if (cond & (G_IO_ERR | G_IO_HUP)) {
535 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1098 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
ipctest.c 877 G_IO_IN|G_IO_OUT|G_IO_ERR|G_IO_HUP|G_IO_NVAL,
933 G_IO_IN|G_IO_ERR|G_IO_HUP|G_IO_NVAL, input_cb, data);
1101 G_IO_IN|G_IO_ERR|G_IO_HUP|G_IO_NVAL, input_cb, &data);
unix.c     [all...]
  /external/bluetooth/bluez/network/
connection.c 240 if (cond & (G_IO_HUP | G_IO_ERR)) {
317 g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
356 g_io_add_watch(nc->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
server.c 399 if (cond & (G_IO_ERR | G_IO_HUP)) {
456 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
  /external/bluetooth/glib/glib/
giochannel.h 92 G_IO_HUP GLIB_SYSDEF_POLLHUP,
  /external/bluetooth/bluez/serial/
proxy.c 265 if (cond & (G_IO_HUP | G_IO_ERR)) {
433 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
437 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
  /external/bluetooth/bluez/test/
hciemu.c 497 g_io_add_watch(conn->chan, G_IO_IN | G_IO_NVAL | G_IO_HUP,
602 g_io_add_watch(conn->chan, G_IO_IN | G_IO_NVAL | G_IO_HUP,
885 if (cond & G_IO_HUP) {
btiotest.c 156 cond = G_IO_NVAL | G_IO_HUP | G_IO_ERR;
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 199 ik_poll_fd.events = G_IO_IN | G_IO_HUP | G_IO_ERR;

Completed in 726 milliseconds

1 2