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

1 2

  /external/bluetooth/glib/glib/
gpoll.c 207 if (f->fd == G_WIN32_MSG_HANDLE && f->events & G_IO_IN)
208 f->revents |= G_IO_IN;
269 if (f->fd == G_WIN32_MSG_HANDLE && (f->events & G_IO_IN))
392 if (f->events & G_IO_IN)
398 if (f->fd > maxfd && (f->events & (G_IO_IN|G_IO_OUT|G_IO_PRI)))
414 f->revents |= G_IO_IN;
giochannel.h 88 G_IO_IN GLIB_SYSDEF_POLLIN,
  /external/bluetooth/bluez/plugins/
echo.c 85 g_io_add_watch(io, G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
119 g_io_add_watch(io, G_IO_IN, connect_event, NULL);
netlink.c 69 g_io_add_watch(channel, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
hciops.c 337 G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
375 ctl_io_id = g_io_add_watch(ctl_io, G_IO_IN, io_stack_event, NULL);
  /external/bluetooth/glib/tests/
gio-test.c 125 (cond & G_IO_IN) ? " IN" : "",
135 if (cond & G_IO_IN)
327 g_io_add_watch (windows_messages_channel, G_IO_IN, recv_windows_message, 0);
346 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP,
369 g_io_channel_win32_make_pollfd (my_read_channel, G_IO_IN, &pollfd);
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/src/
sdpd-server.c 235 g_io_add_watch(io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
273 g_io_add_watch(l2cap_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
280 g_io_add_watch(unix_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
rfkill.c 159 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
glib-helper.c 288 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
775 G_IO_HUP | G_IO_ERR | G_IO_NVAL | G_IO_IN,
  /external/bluetooth/bluez/gdbus/
mainloop.c 101 if (cond & G_IO_IN) flags |= DBUS_WATCH_READABLE;
151 if (flags & DBUS_WATCH_READABLE) cond |= G_IO_IN;
  /external/bluetooth/glib/gio/
gcancellable.c 430 g_io_channel_win32_make_pollfd (cancellable->read_channel, G_IO_IN, pollfd);
436 pollfd->events = G_IO_IN;
gunixinputstream.c 346 poll_fds[0].events = G_IO_IN;
506 G_IO_IN,
gunixmount.c 350 data->error_channel_source_id = g_io_add_watch (data->error_channel, G_IO_IN, eject_unmount_read_error, data);
gunixvolume.c 409 data->error_channel_source_id = g_io_add_watch (data->error_channel, G_IO_IN, eject_mount_read_error, data);
  /external/chromium/base/
message_pump_glib.cc 137 wakeup_gpollfd_->events = G_IO_IN;
239 if (wakeup_gpollfd_->revents & G_IO_IN) {
  /external/bluetooth/glib/gio/fam/
fam-helper.c 181 G_IO_IN | G_IO_HUP | G_IO_ERR,
  /external/bluetooth/glib/gobject/
gsourceclosure.c 51 { G_IO_IN, "G_IO_IN", "in" },
  /external/bluetooth/bluez/test/
ipctest.c 807 if (condition & G_IO_IN) {
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);
950 if (!(condition & G_IO_IN)) {
1099 G_IO_IN|G_IO_ERR|G_IO_HUP|G_IO_NVAL, input_cb, &data);
hciemu.c 478 g_io_add_watch(sk_io, G_IO_IN | G_IO_NVAL, io_conn_ind, NULL);
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,
1339 g_io_add_watch(dev_io, G_IO_IN, io_hci_data, NULL);
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 114 if (!ik_poll_fd_enabled || !(ik_poll_fd.revents & G_IO_IN))
199 ik_poll_fd.events = G_IO_IN | G_IO_HUP | G_IO_ERR;
  /external/bluetooth/bluez/input/
fakehid.c 383 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
  /external/bluetooth/bluez/serial/
proxy.c 427 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
431 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,

Completed in 583 milliseconds

1 2