HomeSort by relevance Sort by last modified time
    Searched refs:GMainContext (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/glib/glib/
gmain.h 33 typedef struct _GMainContext GMainContext; /* Opaque */
52 GMainContext *context;
102 /* GMainContext: */
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)
    [all...]
gmain.c 174 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;
315 * @context: a #GMainContext
317 * Increases the reference count on a #GMainContext object by one
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
glib-mainloop.h 54 * GMainContext to use. If c is NULL the default context is used. */
55 pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
glib-mainloop.h 54 * GMainContext to use. If c is NULL the default context is used. */
55 pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
glib-mainloop.h 54 * GMainContext to use. If c is NULL the default context is used. */
55 pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
  /external/chromium/base/
message_pump_glib.h 15 typedef struct _GMainContext GMainContext;
63 virtual bool RunOnce(GMainContext* context, bool block);
117 GMainContext* context_;
message_pump_glib_x.h 35 virtual bool RunOnce(GMainContext* context, bool block);
message_pump_glib.cc 234 bool MessagePumpForUI::RunOnce(GMainContext* context, bool block) {
message_pump_glib_x.cc 132 bool MessagePumpGlibX::RunOnce(GMainContext* context, bool block) {
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 40 typedef struct _GMainContext GMainContext;
164 GMainContext* m_runLoopContext;
WorkQueue.h 50 typedef struct _GMainContext GMainContext;
174 GMainContext* m_eventContext;
  /external/bluetooth/glib/tests/
mainloop-test.c 55 static void cleanup_crawlers (GMainContext *context);
138 GMainContext *context;
352 cleanup_crawlers (GMainContext *context)
371 GMainContext *context = data;
383 GMainContext *context;
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 391 tag = g_source_attach(gs, (GMainContext*)NULL);
401 g_main_context_add_poll ((GMainContext*)NULL,
521 g_main_context_remove_poll((GMainContext*)NULL, &xt_event_poll_fd);

Completed in 211 milliseconds