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

  /external/bluetooth/glib/glib/
gpoll.h 31 /* Any definitions using GPollFD or GPollFunc are primarily
41 * poll(), meaning GPollFD must have the same layout as struct pollfd.
44 * On Win32, the fd in a GPollFD should be Win32 HANDLE (*not* a file
61 typedef struct _GPollFD GPollFD;
62 typedef gint (*GPollFunc) (GPollFD *ufds,
87 gint g_poll (GPollFD *fds,
gpoll.c 104 * Each element of @fds is a #GPollFD describing a single file
114 * #GPollFD<!-- -->s with g_io_channel_win32_make_pollfd().
123 g_poll (GPollFD *fds,
138 GPollFD *fds,
143 GPollFD *f;
255 g_poll (GPollFD *fds,
261 GPollFD *f;
375 g_poll (GPollFD *fds,
381 GPollFD *f;
gmain.h 138 GPollFD *fds,
142 GPollFD *fds,
153 GPollFD *fd,
156 GPollFD *fd);
209 GPollFD *fd);
211 GPollFD *fd);
giochannel.h 307 /* You can use this "pseudo file descriptor" in a GPollFD to add
313 /* Use this to get a GPollFD from a GIOChannel, so that you can call
321 GPollFD *fd);
326 gint g_io_channel_win32_poll (GPollFD *fds,
gmain.c 139 GPollFD *cached_poll_array;
151 GPollFD wake_up_rec;
193 GPollFD poll;
202 GPollFD *fd;
241 GPollFD *fds,
245 GPollFD *fd);
247 GPollFD *fd);
802 * @fd: a #GPollFD structure holding information about a file
808 * the @revents field in the #GPollFD struct and return %TRUE if events need
813 GPollFD *fd
    [all...]
giounix.c 65 GPollFD pollfd;
  /external/bluetooth/glib/gio/
gcancellable.h 74 GPollFD *pollfd);
gasynchelper.c 81 GPollFD pollfd;
gcancellable.c 409 * @pollfd: a pointer to a #GPollFD
411 * Creates a #GPollFD corresponding to @cancellable; this can be passed
415 g_cancellable_make_pollfd (GCancellable *cancellable, GPollFD *pollfd)
gunixinputstream.c 338 GPollFD poll_fds[2];
gunixoutputstream.c 324 GPollFD poll_fds[2];
  /external/bluetooth/glib/tests/
gio-test.c 287 GPollFD pollfd;
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 44 static GPollFD ik_poll_fd;
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.c 123 static GPollFD xt_event_poll_fd;

Completed in 1695 milliseconds