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

1 2

  /external/bluetooth/bluez/src/
sdpd-server.c 176 if (cond & (G_IO_HUP | G_IO_ERR)) {
209 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,
272 l2cap_id = g_io_add_watch(io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
281 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
rfkill.c 77 if (cond & (G_IO_NVAL | G_IO_HUP | G_IO_ERR))
160 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
glib-helper.c 194 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) {
259 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
303 G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
  /external/bluetooth/bluez/plugins/
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,
pnat.c 226 G_IO_HUP | G_IO_ERR | G_IO_NVAL,
356 client->io_watch = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
  /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;
134 GIOCondition cond = G_IO_HUP | G_IO_ERR;
  /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)) {
407 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
device.c 280 if (cond & (G_IO_HUP | G_IO_ERR)) {
345 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
391 if ((cond & (G_IO_HUP | G_IO_ERR)) && iconn->ctrl_watch)
419 if ((cond & (G_IO_HUP | G_IO_ERR)) && iconn->intr_watch)
780 G_IO_HUP | G_IO_ERR | G_IO_NVAL,
783 G_IO_HUP | G_IO_ERR | G_IO_NVAL,
  /external/bluetooth/bluez/attrib/
gattrib.c 267 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
329 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
406 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
interactive.c 791 if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
818 events = G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
  /external/bluetooth/bluez/audio/
gateway.c 157 if (cond & (G_IO_ERR | G_IO_HUP)) {
187 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
612 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
control.c 503 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL))
711 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
785 control->io_id = g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
  /external/bluetooth/bluez/network/
connection.c 202 if (cond & (G_IO_HUP | G_IO_ERR)) {
279 g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
318 g_io_add_watch(nc->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
server.c 375 session->io_watch = g_io_add_watch(session->io, G_IO_ERR | G_IO_HUP,
453 if (cond & (G_IO_ERR | G_IO_HUP)) {
535 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/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 75 if (!(condition & G_IO_IN) && !(condition & G_IO_HUP) && !(condition & G_IO_ERR)) {
  /external/bluetooth/bluez/btio/
btio.c 130 if (cond & (G_IO_HUP | G_IO_ERR))
162 } else if (cond & (G_IO_HUP | G_IO_ERR))
219 cond = G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
235 cond = G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
251 cond = G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 291 m_connectionQueue.registerEventSourceHandler(m_socketDescriptor, (G_IO_HUP | G_IO_ERR), WorkItem::create(this, &Connection::connectionDidClose));
  /external/bluetooth/bluez/serial/
proxy.c 238 if (cond & (G_IO_HUP | G_IO_ERR)) {
403 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
407 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,

Completed in 968 milliseconds

1 2