HomeSort by relevance Sort by last modified time
    Searched defs:GPollFD (Results 1 - 2 of 2) 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,
  /external/chromium/base/
message_pump_glib.h 16 typedef struct _GPollFD GPollFD;
132 // Use a scoped_ptr to avoid needing the definition of GPollFD in the header.
133 scoped_ptr<GPollFD> wakeup_gpollfd_;

Completed in 45 milliseconds