HomeSort by relevance Sort by last modified time
    Searched refs:G_IO_ERR (Results 1 - 25 of 36) 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 123 (cond & G_IO_ERR) ? " ERR" : "",
129 if (cond & (G_IO_ERR | G_IO_HUP))
346 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP,
  /external/bluetooth/bluez/gdbus/
mainloop.c 105 if (cond & G_IO_ERR) flags |= DBUS_WATCH_ERROR;
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 54 { G_IO_ERR, "G_IO_ERR", "err" },
  /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,
unix.c     [all...]
  /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 91 G_IO_ERR GLIB_SYSDEF_POLLERR,
  /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,
  /external/bluetooth/bluez/test/
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);
1099 G_IO_IN|G_IO_ERR|G_IO_HUP|G_IO_NVAL, input_cb, &data);
btiotest.c 156 cond = G_IO_NVAL | G_IO_HUP | G_IO_ERR;

Completed in 1081 milliseconds

1 2