Home
last modified time | relevance | path

Searched refs:GMainContext (Results 1 – 17 of 17) sorted by relevance

/external/bluetooth/glib/glib/
Dgmain.h33 typedef struct _GMainContext GMainContext; /* Opaque */ typedef
52 GMainContext *context;
104 GMainContext *g_main_context_new (void);
105 GMainContext *g_main_context_ref (GMainContext *context);
106 void g_main_context_unref (GMainContext *context);
107 GMainContext *g_main_context_default (void);
109 gboolean g_main_context_iteration (GMainContext *context,
111 gboolean g_main_context_pending (GMainContext *context);
115 GSource *g_main_context_find_source_by_id (GMainContext *context,
117 GSource *g_main_context_find_source_by_user_data (GMainContext *context,
[all …]
Dgmain.c174 GMainContext *context;
233 GMainContext *context,
236 GMainContext *context,
238 static void g_main_context_poll (GMainContext *context,
243 static void g_main_context_add_poll_unlocked (GMainContext *context,
246 static void g_main_context_remove_poll_unlocked (GMainContext *context,
248 static void g_main_context_wakeup_unlocked (GMainContext *context);
270 static GMainContext *default_main_context;
321 GMainContext *
322 g_main_context_ref (GMainContext *context) in g_main_context_ref()
[all …]
/external/chromium/base/
Dmessage_pump_glib.h15 typedef struct _GMainContext GMainContext; typedef
63 virtual bool RunOnce(GMainContext* context, bool block);
117 GMainContext* context_;
Dmessage_pump_glib_x.h35 virtual bool RunOnce(GMainContext* context, bool block);
Dmessage_pump_glib.cc234 bool MessagePumpForUI::RunOnce(GMainContext* context, bool block) { in RunOnce()
Dmessage_pump_glib_x.cc132 bool MessagePumpGlibX::RunOnce(GMainContext* context, bool block) { in RunOnce()
/external/bluetooth/glib/tests/
Dmainloop-test.c55 static void cleanup_crawlers (GMainContext *context);
138 GMainContext *context; in adder_thread()
352 cleanup_crawlers (GMainContext *context) in cleanup_crawlers()
371 GMainContext *context = data; in recurser_idle()
383 GMainContext *context; in recurser_start()
/external/webkit/Source/WebKit2/Platform/
DRunLoop.h40 typedef struct _GMainContext GMainContext; typedef
164 GMainContext* m_runLoopContext;
DWorkQueue.h50 typedef struct _GMainContext GMainContext; typedef
174 GMainContext* m_eventContext;
/external/bluetooth/glib/docs/reference/glib/
Dchanges.sgml70 <structname>GMainContext</structname>.
103 <structname>GMainContext</structname>.
Dglib-sections.txt427 GMainContext
/external/webkit/Source/WebCore/plugins/gtk/
Dgtk2xtbin.c391 tag = g_source_attach(gs, (GMainContext*)NULL); in gtk_xtbin_new()
401 g_main_context_add_poll ((GMainContext*)NULL, in gtk_xtbin_new()
521 g_main_context_remove_poll((GMainContext*)NULL, &xt_event_poll_fd); in gtk_xtbin_dispose()
/external/dbus/
DNEWS.pre-1-0510 - add GMainContext argument to GLib setup functions,
DChangeLog.pre-1-010799 Added a GMainContext argument to dbus_connection_setup_with_g_main()
/external/bluetooth/glib/
DChangeLog.pre-2-02533 Make some changes to the way that GMainContext works:
2535 - a GMainContext is no longer associated with a single
2549 GMainContext in the GThread structures, since we
2550 no longer have the GMainContext <=> GThread correspondence.
4197 GMainContext useful in implementing some additional styles of
4199 to create/destroy GMainContext's at will. This is just an export
4263 to handle multiple main loops (GMainContext *).
DChangeLog.pre-2-4143 * glib/gmain.c: Use the atomic integer operations for GMainContext
/external/bluetooth/glib/docs/reference/
DChangeLog3525 * glib/tmpl/main.sgml: Document GMainContext, GSource and