HomeSort by relevance Sort by last modified time
    Searched refs:G_IO_IN (Results 1 - 25 of 43) 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);
  /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 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 160 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
glib-helper.c 259 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
  /external/bluetooth/bluez/gdbus/
mainloop.c 102 if (cond & G_IO_IN) flags |= DBUS_WATCH_READABLE;
155 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 153 wakeup_gpollfd_->events = G_IO_IN;
259 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 464 g_io_add_watch(sk_io, G_IO_IN | G_IO_NVAL, io_conn_ind, NULL);
483 g_io_add_watch(conn->chan, G_IO_IN | G_IO_NVAL | G_IO_HUP,
591 g_io_add_watch(conn->chan, G_IO_IN | G_IO_NVAL | G_IO_HUP,
1332 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/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 75 if (!(condition & G_IO_IN) && !(condition & G_IO_HUP) && !(condition & G_IO_ERR)) {
  /external/bluetooth/bluez/input/
fakehid.c 407 g_io_add_watch(fake->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 292 m_connectionQueue.registerEventSourceHandler(m_socketDescriptor, G_IO_IN, WorkItem::create(this, &Connection::readyReadHandler));
  /external/bluetooth/bluez/serial/
proxy.c 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 637 milliseconds

1 2