Home
last modified time | relevance | path

Searched refs:GSource (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc87 struct WorkSource : public GSource {
91 gboolean WorkSourcePrepare(GSource* source, in WorkSourcePrepare()
100 gboolean WorkSourceCheck(GSource* source) { in WorkSourceCheck()
105 gboolean WorkSourceDispatch(GSource* source, in WorkSourceDispatch()
Dmessage_pump_glib.h18 typedef struct _GSource GSource; typedef
64 GSource* work_source_;
Dmessage_pump_glib_unittest.cc100 struct Source : public GSource {
116 static gboolean Prepare(GSource* source, gint* timeout_ms) { in Prepare()
121 static gboolean Check(GSource* source) { in Check()
125 static gboolean Dispatch(GSource* source, in Dispatch()
/external/libwebsockets/lib/event-libs/glib/
Dglib.c30 #define wsi_to_gsource(_w) ((GSource *)wsi_to_subclass(_w))
41 lws_glib_check(GSource *src) in lws_glib_check()
61 GSource *gis; in lws_glib_set_idle()
79 GSource *gts; in lws_glib_set_timeout()
92 lws_glib_dispatch(GSource *src, GSourceFunc x, gpointer userData) in lws_glib_dispatch()
Dprivate-lib-event-libs-glib.h37 GSource base;