HomeSort by relevance Sort by last modified time
    Searched refs:G_IO_OUT (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/glib/glib/
gpoll.c 394 if (f->events & G_IO_OUT)
398 if (f->fd > maxfd && (f->events & (G_IO_IN|G_IO_OUT|G_IO_PRI)))
416 f->revents |= G_IO_OUT;
giochannel.h 89 G_IO_OUT GLIB_SYSDEF_POLLOUT,
giochannel.c 589 * the #GIOChannel. Only the flags %G_IO_IN and %G_IO_OUT may be set.
610 condition |= G_IO_OUT;
    [all...]
gmain.c     [all...]
  /external/bluetooth/bluez/gdbus/
mainloop.c 103 if (cond & G_IO_OUT) flags |= DBUS_WATCH_WRITABLE;
156 if (flags & DBUS_WATCH_WRITABLE) cond |= G_IO_OUT;
  /external/bluetooth/glib/gobject/
gsourceclosure.c 52 { G_IO_OUT, "G_IO_OUT", "out" },
  /external/bluetooth/glib/gio/
gunixoutputstream.c 332 poll_fds[0].events = G_IO_OUT;
493 G_IO_OUT,
  /external/bluetooth/bluez/btio/
btio.c 151 if (cond & G_IO_OUT) {
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/bluetooth/bluez/src/
glib-helper.c 303 G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
  /external/bluetooth/bluez/test/
ipctest.c 810 } else if (condition & G_IO_OUT) {
877 G_IO_IN|G_IO_OUT|G_IO_ERR|G_IO_HUP|G_IO_NVAL,
  /external/bluetooth/bluez/attrib/
gattrib.c 310 G_PRIORITY_DEFAULT, G_IO_OUT, can_write_data,

Completed in 370 milliseconds