Searched refs:G_IO_IN (Results 1 - 25 of 43) sorted by relevance

12

/external/bluetooth/glib/glib/
H A Dgpoll.c207 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;
H A Dgiochannel.h88 G_IO_IN GLIB_SYSDEF_POLLIN, enumerator in enum:__anon894
/external/bluetooth/bluez/plugins/
H A Decho.c85 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/
H A Dgio-test.c125 (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);
H A Dtimeloop-closure.c155 source = g_io_create_watch (out_channels[0], G_IO_IN | G_IO_HUP);
H A Dtimeloop.c153 g_io_add_watch (out_channels[0], G_IO_IN | G_IO_HUP,
H A Dmainloop-test.c160 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/
H A Dsdpd-server.c233 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,
H A Drfkill.c160 g_io_add_watch(channel, G_IO_IN | G_IO_NVAL | G_IO_HUP | G_IO_ERR,
H A Dglib-helper.c259 G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
/external/bluetooth/bluez/gdbus/
H A Dmainloop.c102 if (cond & G_IO_IN) flags |= DBUS_WATCH_READABLE;
155 if (flags & DBUS_WATCH_READABLE) cond |= G_IO_IN;
/external/bluetooth/glib/gio/
H A Dgcancellable.c430 g_io_channel_win32_make_pollfd (cancellable->read_channel, G_IO_IN, pollfd);
436 pollfd->events = G_IO_IN;
H A Dgunixinputstream.c346 poll_fds[0].events = G_IO_IN;
506 G_IO_IN,
H A Dgunixmount.c350 data->error_channel_source_id = g_io_add_watch (data->error_channel, G_IO_IN, eject_unmount_read_error, data);
H A Dgunixvolume.c409 data->error_channel_source_id = g_io_add_watch (data->error_channel, G_IO_IN, eject_mount_read_error, data);
/external/chromium/base/
H A Dmessage_pump_glib.cc153 wakeup_gpollfd_->events = G_IO_IN;
259 if (wakeup_gpollfd_->revents & G_IO_IN) {
/external/bluetooth/glib/gio/fam/
H A Dfam-helper.c181 G_IO_IN | G_IO_HUP | G_IO_ERR,
/external/bluetooth/glib/gobject/
H A Dgsourceclosure.c51 { G_IO_IN, "G_IO_IN", "in" },
/external/bluetooth/bluez/test/
H A Dipctest.c807 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);
H A Dhciemu.c464 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/
H A Dinotify-kernel.c114 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/
H A DWorkQueueGtk.cpp75 if (!(condition & G_IO_IN) && !(condition & G_IO_HUP) && !(condition & G_IO_ERR)) {
/external/bluetooth/bluez/input/
H A Dfakehid.c407 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/
H A DConnectionUnix.cpp292 m_connectionQueue.registerEventSourceHandler(m_socketDescriptor, G_IO_IN, WorkItem::create(this, &Connection::readyReadHandler));
/external/bluetooth/bluez/serial/
H A Dproxy.c403 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 508 milliseconds

12