Home
last modified time | relevance | path

Searched refs:GSource (Results 1 – 6 of 6) 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.h16 typedef struct _GSource GSource; typedef
62 GSource* work_source_;
Dmessage_pump_glib_unittest.cc96 struct Source : public GSource {
113 static gboolean Prepare(GSource* source, gint* timeout_ms) { in Prepare()
118 static gboolean Check(GSource* source) { in Check()
122 static gboolean Dispatch(GSource* source, in Dispatch()
/external/avahi/avahi-glib/
Dglib-watch.c57 GSource source;
255 static gboolean prepare_func(GSource *source, gint *timeout) { in prepare_func()
291 static gboolean check_func(GSource *source) { in check_func()
316 static gboolean dispatch_func(GSource *source, AVAHI_GCC_UNUSED GSourceFunc callback, AVAHI_GCC_UNU… in dispatch_func()
387 GSource *s = &g->source; in avahi_glib_poll_free()
/external/webrtc/webrtc/base/
Ddbus.cc299 GSource *idle_source_;
/external/dbus/
DChangeLog.pre-1-06372 * glib/dbus-gmain.c: add a custom GSource back that just checks
6395 custom GSource, so don't pass it in; confusing
13188 Make sure to remove the GSource when the connection is finalized.
14098 Rewrite the glib handling to use its own GSource instead of a
14323 Rewrite to use GIOChannel and remove the GSource crack.