Home
last modified time | relevance | path

Searched refs:GMainLoop (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/third_party/glib/glib/tests/
Dunix.c107 GMainLoop *loop = user_data; in on_sig_received()
117 GMainLoop *loop = data; in on_sig_timeout()
126 GMainLoop *loop = data; in exit_mainloop()
134 GMainLoop *loop = data; in on_sig_received_2()
145 GMainLoop *mainloop; in test_signal()
209 GMainLoop *nested; in nested_idle()
234 GMainLoop *mainloop; in test_sighup_nested()
252 GMainLoop *loop = (GMainLoop *) data; in on_sigwinch_received()
276 GMainLoop *mainloop; in test_callback_after_signal()
/third_party/libsoup/tests/
Dmultipart-test.c123 GMainLoop *loop = (GMainLoop*)data; in read_cb()
152 GMainLoop *loop = (GMainLoop*)data; in no_multipart_handling_cb()
208 GMainLoop *loop = (GMainLoop*)data; in multipart_read_cb()
298 GMainLoop *loop = (GMainLoop*)data; in multipart_next_part_cb()
334 GMainLoop *loop = (GMainLoop*)data; in multipart_handling_cb()
362 GMainLoop *loop = (GMainLoop*)data; in sync_multipart_handling_cb()
422 GMainLoop *loop; in test_multipart()
Dcontext-test.c85 static GMainLoop *test1_loop;
133 GMainLoop *loop; in test1_thread()
245 GMainLoop *loop = user_data; in msg1_got_headers()
253 GMainLoop *loop = user_data; in multi_msg_finished()
265 GMainLoop *loop1, *loop2; in do_multicontext_test()
/third_party/glib/gobject/tests/
Dclosure.c15 GMainLoop *loop; in test_source()
33 GMainLoop *loop = user_data; in simple_quit_callback()
65 GMainLoop *loop = user_data; in iochannel_quit_callback()
142 GMainLoop *loop = user_data; in fd_quit_callback()
175 GMainLoop *loop = user_data; in closure_quit_callback()
/third_party/gstreamer/gstreamer/tests/examples/helloworld/
Dhelloworld.c6 GMainLoop *loop = (GMainLoop *) data; in bus_call()
39 GMainLoop *loop; in main()
/third_party/glib/glib/
Dgmain.h56 typedef struct _GMainLoop GMainLoop; typedef
535 GMainLoop *g_main_loop_new (GMainContext *context,
538 void g_main_loop_run (GMainLoop *loop);
540 void g_main_loop_quit (GMainLoop *loop);
542 GMainLoop *g_main_loop_ref (GMainLoop *loop);
544 void g_main_loop_unref (GMainLoop *loop);
546 gboolean g_main_loop_is_running (GMainLoop *loop);
548 GMainContext *g_main_loop_get_context (GMainLoop *loop);
/third_party/gstreamer/gstplugins_good/tests/examples/shapewipe/
Dshapewipe-example.c29 GMainLoop *loop = (GMainLoop *) user_data; in on_message()
68 GMainLoop *loop; in main()
/third_party/glib/gio/tests/
Dappmonitor.c56 changed_cb (GAppInfoMonitor *monitor, GMainLoop *loop) in changed_cb()
65 GMainLoop *loop = data; in quit_loop()
79 GMainLoop *loop; in test_app_monitor()
Dpermission.c31 GMainLoop *loop = user_data; in acquired()
49 GMainLoop *loop = user_data; in released()
70 GMainLoop *loop; in test_simple()
Dproxy.c88 GMainLoop *loop = user_data; in _proxy_lookup_cb()
129 GMainLoop *loop = g_main_loop_new (NULL, FALSE); in use_resolver()
201 GMainLoop *loop = user_data; in _proxy_enumerate_cb()
248 GMainLoop *loop = g_main_loop_new (NULL, FALSE); in run_with_enumerator()
489 GMainLoop *loop = user_data; in _socket_connect_cb()
543 GMainLoop *loop = g_main_loop_new (NULL, FALSE); in use_socket_client()
Dgsocketclient-slow.c43 GMainLoop *loop; in test_happy_eyeballs()
113 GMainLoop *loop; in test_happy_eyeballs_cancel_delayed()
146 GMainLoop *loop; in test_happy_eyeballs_cancel_instant()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/cocoa/
Dcocoa-videooverlay.m40 GMainLoop *m_loop;
44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
45 - (GMainLoop*) loop;
52 - (id) initWithContentRect:(NSRect)contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipeline
71 - (GMainLoop*) loop { argument
161 GMainLoop *loop = NULL;
/third_party/gstreamer/gstplugins_good/tests/examples/audiofx/
Diirfilter-example.c41 GMainLoop *loop = (GMainLoop *) user_data; in on_message()
96 GMainLoop *loop; in main()
Dfirfilter-example.c37 GMainLoop *loop = (GMainLoop *) user_data; in on_message()
120 GMainLoop *loop; in main()
/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Dtest3.c64 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
80 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
92 GMainLoop *loop; in main()
Dtest2.c21 static GMainLoop *loop;
24 error_eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_eos_cb()
Ddecodetest.c37 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
53 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
107 GMainLoop *loop; in main()
Dtest7.c73 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in error_cb()
89 eos_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop) in eos_cb()
130 GMainLoop *loop; in main()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dbasetime.c40 GMainLoop *loop; in break_mainloop()
42 loop = (GMainLoop *) data; in break_mainloop()
70 GMainLoop *loop; in GST_START_TEST()
Dgio.c35 GMainLoop *loop = (GMainLoop *) data; in message_handler()
65 GMainLoop *loop; in GST_START_TEST()
/third_party/glib/tests/
Dchild-test.c44 GMainLoop *main_loop;
109 GMainLoop *main_loop = data; in quit_loop()
120 GMainLoop *new_main_loop; in test_thread()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dposition-formats.c15 GMainLoop *loop = (GMainLoop *) user_data; in bus_message()
106 GMainLoop *loop; in main()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dimagefreeze.c28 GMainLoop *loop = (GMainLoop *) data; in bus_handler()
124 GMainLoop *loop; in GST_START_TEST()
193 GMainLoop *loop; in GST_START_TEST()
273 GMainLoop *loop; in GST_START_TEST()
353 GMainLoop *loop; in GST_START_TEST()
444 GMainLoop *loop; in GST_START_TEST()
518 GMainLoop *loop; in GST_START_TEST()
592 GMainLoop *loop; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dofa.c27 GMainLoop *loop = (GMainLoop *) data; in bus_handler()
92 GMainLoop *loop; in GST_START_TEST()
159 GMainLoop *loop; in GST_START_TEST()
225 GMainLoop *loop; in GST_START_TEST()
292 GMainLoop *loop; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/examples/cairo/
Dcairo_overlay.c36 GMainLoop *loop = (GMainLoop *) user_data; in on_message()
156 GMainLoop *loop; in main()

12345678910>>...12