HomeSort by relevance Sort by last modified time
    Searched refs:G_IO_OUT (Results 1 - 10 of 10) 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 102 if (cond & G_IO_OUT) flags |= DBUS_WATCH_WRITABLE;
152 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/src/
btio.c 148 if (cond & G_IO_OUT) {
232 cond = G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
248 cond = G_IO_OUT | G_IO_ERR | G_IO_HUP | G_IO_NVAL;
glib-helper.c 331 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,

Completed in 219 milliseconds