Home
last modified time | relevance | path

Searched refs:return_accu (Results 1 – 22 of 22) sorted by relevance

/third_party/glib/tests/gobject/
Daccumulator.c67 GValue *return_accu, in test_signal1_accumulator() argument
71 const gchar *accu_string = g_value_get_string (return_accu); in test_signal1_accumulator()
82 g_value_set_string_take_ownership (return_accu, result_string); in test_signal1_accumulator()
160 GValue *return_accu, in test_signal3_accumulator() argument
169 g_value_set_variant (return_accu, variant); in test_signal3_accumulator()
Dtestgobject.c151 GValue *return_accu,
232 GValue *return_accu, in test_signal_accumulator() argument
236 const gchar *accu_string = g_value_get_string (return_accu); in test_signal_accumulator()
247 g_value_take_string (return_accu, result_string); in test_signal_accumulator()
/third_party/glib/gobject/
Dgsignal.h94 GValue *return_accu,
616 GValue *return_accu,
622 GValue *return_accu,
Dgsignal.c3232 GValue *return_accu, in accumulate() argument
3241 continue_emission = accumulator->func (ihint, return_accu, handler_return, accumulator->data); in accumulate()
3366 GValue *return_accu, accu = G_VALUE_INIT; in g_signal_emit_valist() local
3376 return_accu = NULL; in g_signal_emit_valist()
3378 return_accu = &accu; in g_signal_emit_valist()
3380 return_accu = &emission_return; in g_signal_emit_valist()
3407 return_accu, in g_signal_emit_valist()
3613 GValue *return_accu, accu = G_VALUE_INIT; in signal_emit_unlocked_R() local
3639 return_accu = &accu; in signal_emit_unlocked_R()
3643 return_accu = emission_return; in signal_emit_unlocked_R()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtsink.c75 GValue * return_accu, const GValue * handler_return, gpointer data);
95 GValue * return_accu, const GValue * handler_return, gpointer data) in authentication_accumulator() argument
100 g_value_set_boolean (return_accu, ret); in authentication_accumulator()
Dgstsrtsrc.c78 GValue * return_accu, const GValue * handler_return, gpointer data);
98 GValue * return_accu, const GValue * handler_return, gpointer data) in src_authentication_accumulator() argument
103 g_value_set_boolean (return_accu, ret); in src_authentication_accumulator()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.c110 _accum_logical_and (GSignalInvocationHint * ihint, GValue * return_accu, in _accum_logical_and() argument
114 gboolean val2 = g_value_get_boolean (return_accu); in _accum_logical_and()
116 g_value_set_boolean (return_accu, val && val2); in _accum_logical_and()
/third_party/glib/gobject/tests/
Dsignals.c188 static gboolean accumulator_sum (GSignalInvocationHint *ihint, GValue *return_accu, const GValue *h…
189 static gboolean accumulator_concat_string (GSignalInvocationHint *ihint, GValue *return_accu, const…
1193 GValue *return_accu, in accumulator_sum() argument
1197 gint acc = g_value_get_int (return_accu); in accumulator_sum()
1228 g_value_set_int (return_accu, acc + ret); in accumulator_sum()
1283 accumulator_concat_string (GSignalInvocationHint *ihint, GValue *return_accu, const GValue *handler… in accumulator_concat_string() argument
1285 const gchar *acc = g_value_get_string (return_accu); in accumulator_concat_string()
1291 g_value_set_string (return_accu, ret); in accumulator_concat_string()
1293 g_value_take_string (return_accu, g_strconcat (acc, ret, NULL)); in accumulator_concat_string()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin.c264 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_accumulator() argument
269 g_value_set_boolean (return_accu, myboolean); in _gst_boolean_accumulator()
277 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_or_accumulator() argument
283 retboolean = g_value_get_boolean (return_accu); in _gst_boolean_or_accumulator()
285 g_value_set_boolean (return_accu, myboolean || retboolean); in _gst_boolean_or_accumulator()
292 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_accumulator() argument
297 g_value_set_boxed (return_accu, array); in _gst_array_accumulator()
304 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_select_accumulator() argument
309 g_value_set_enum (return_accu, res); in _gst_select_accumulator()
323 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_hasvalue_accumulator() argument
[all …]
Dgstparsebin.c511 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_accumulator() argument
516 g_value_set_boolean (return_accu, myboolean); in _gst_boolean_accumulator()
524 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_or_accumulator() argument
530 retboolean = g_value_get_boolean (return_accu); in _gst_boolean_or_accumulator()
532 g_value_set_boolean (return_accu, myboolean || retboolean); in _gst_boolean_or_accumulator()
540 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_accumulator() argument
545 g_value_set_boxed (return_accu, array); in _gst_array_accumulator()
552 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_select_accumulator() argument
557 g_value_set_enum (return_accu, res); in _gst_select_accumulator()
571 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_hasvalue_accumulator() argument
[all …]
Dgstdecodebin2.c645 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_accumulator() argument
650 g_value_set_boolean (return_accu, myboolean); in _gst_boolean_accumulator()
658 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_or_accumulator() argument
664 retboolean = g_value_get_boolean (return_accu); in _gst_boolean_or_accumulator()
666 g_value_set_boolean (return_accu, myboolean || retboolean); in _gst_boolean_or_accumulator()
674 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_accumulator() argument
679 g_value_set_boxed (return_accu, array); in _gst_array_accumulator()
686 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_select_accumulator() argument
691 g_value_set_enum (return_accu, res); in _gst_select_accumulator()
705 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_hasvalue_accumulator() argument
[all …]
Dgsturidecodebin3.c359 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_int_accumulator() argument
363 g_value_set_int (return_accu, res); in _gst_int_accumulator()
Dgstdecodebin3.c534 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_int_accumulator() argument
538 g_value_set_int (return_accu, res); in _gst_int_accumulator()
/third_party/glib/gio/
Dgdbusprivate.h145 GValue *return_accu,
Dgapplication.c1435 GValue *return_accu, in g_application_handle_local_options_accumulator() argument
1442 g_value_set_int (return_accu, value); in g_application_handle_local_options_accumulator()
Dgdbusprivate.c2631 GValue *return_accu, in _g_signal_accumulator_false_handled() argument
2639 g_value_set_boolean (return_accu, signal_return); in _g_signal_accumulator_false_handled()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c200 GValue * return_accu, const GValue * handler_return, gpointer data) in extension_accumulator() argument
209 g_value_set_object (return_accu, ext); in extension_accumulator()
Dgstrtpbasepayload.c245 GValue * return_accu, const GValue * handler_return, gpointer data) in extension_accumulator() argument
254 g_value_set_object (return_accu, ext); in extension_accumulator()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c2011 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_element_accumulator() argument
2018 g_value_set_object (return_accu, element); in _gst_element_accumulator()
2026 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_caps_accumulator() argument
2033 g_value_set_boxed (return_accu, caps); in _gst_caps_accumulator()
Drtpsession.c147 accumulate_trues (GSignalInvocationHint * ihint, GValue * return_accu, in accumulate_trues() argument
151 g_value_set_boolean (return_accu, TRUE); in accumulate_trues()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c324 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_accumulator() argument
329 g_value_set_boolean (return_accu, myboolean); in _gst_boolean_accumulator()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c543 GValue * return_accu, const GValue * handler_return, gpointer data) in select_stream_accum() argument
549 g_value_set_boolean (return_accu, myboolean); in select_stream_accum()
564 GValue * return_accu, const GValue * handler_return, gpointer data) in before_send_accum() argument
569 g_value_set_boolean (return_accu, myboolean); in before_send_accum()