Searched refs:GSource (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib.h16 typedef struct _GSource GSource; typedef in typeref:struct:_GSource
62 GSource* work_source_;
H A Dmessage_pump_glib.cc87 struct WorkSource : public GSource {
91 gboolean WorkSourcePrepare(GSource* source,
100 gboolean WorkSourceCheck(GSource* source) {
105 gboolean WorkSourceDispatch(GSource* source,
H A Dmessage_pump_glib_unittest.cc96 struct Source : public GSource {
113 static gboolean Prepare(GSource* source, gint* timeout_ms) {
118 static gboolean Check(GSource* source) {
122 static gboolean Dispatch(GSource* source,
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source_glib.cc14 struct GLibX11Source : public GSource {
21 gboolean XSourcePrepare(GSource* source, gint* timeout_ms) {
30 gboolean XSourceCheck(GSource* source) {
35 gboolean XSourceDispatch(GSource* source,
86 GSource* x_source_;
H A Dx11_event_source.h14 typedef struct _GSource GSource; typedef in typeref:struct:_GSource
/external/qemu/distrib/mini-glib/include/
H A Dglib.h184 // GSource etc...
187 typedef struct GSource GSource; typedef in typeref:struct:GSource
192 gboolean (*prepare)(GSource* source, gint* timeout);
193 gboolean (*check)(GSource* source);
194 gboolean (*dispatch)(GSource* source,
197 void (*finalize)(GSource* source);
/external/chromium_org/third_party/webrtc/base/
H A Ddbus.cc262 // We did an attach() with the GSource, so we need to destroy() it.
264 // We need to unref() the GSource to end the last reference we got.
299 GSource *idle_source_;

Completed in 159 milliseconds