Home
last modified time | relevance | path

Searched refs:g_list_concat (Results 1 – 21 of 21) sorted by relevance

/third_party/glib/gio/
Dgunionvolumemonitor.c117 res = g_list_concat (res, g_volume_monitor_get_mounts (child_monitor)); in get_mounts()
143 res = g_list_concat (res, g_volume_monitor_get_volumes (child_monitor)); in get_volumes()
169 res = g_list_concat (res, g_volume_monitor_get_connected_drives (child_monitor)); in get_connected_drives()
Dgnetworkaddress.c798 return g_list_concat (parent_list, interleaved); in list_concat_interleaved()
/third_party/glib/glib/tests/
Dlist.c211 list1 = g_list_concat (list1, list2); in test_list_concat()
221 list2 = g_list_concat (NULL, list1); in test_list_concat()
224 list2 = g_list_concat (list1, NULL); in test_list_concat()
227 list2 = g_list_concat (NULL, NULL); in test_list_concat()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dglist.in.h86 GList* g_list_concat (GList *list1,
Dglist.c225 g_list_concat (GList *list1, GList *list2)
/third_party/glib/glib/
Dglist.h86 GList* g_list_concat (GList *list1,
Dglist.c527 g_list_concat (GList *list1, in g_list_concat() function
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggparse.c517 stream->headers = g_list_concat (stream->headers, in gst_ogg_parse_chain()
/third_party/glib/gio/tests/
Ddesktop-app-info.c206 list = g_list_concat (g_list_copy (recomm), g_list_copy (fallback)); in test_fallback()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c2657 priv->parse = g_list_concat (priv->gather, priv->parse); in gst_video_decoder_flush_parse()
2744 priv->decode = g_list_concat (walk, priv->decode); in gst_video_decoder_flush_parse()
3067 events = g_list_concat (tmp->events, events); in gst_video_decoder_prepare_finish_frame()
3078 g_list_concat (events, decoder->priv->pending_events); in gst_video_decoder_prepare_finish_frame()
3282 g_list_concat (frame->events, dec->priv->pending_events); in gst_video_decoder_release_frame()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1208 ret = g_list_concat (ret, path_copy); in _merge()
2518 uri->path = g_list_concat (uri->path, rel_path_list); in gst_uri_append_path()
Dgstplugin.c1278 data->result = g_list_concat (data->result, result);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c1241 res = g_list_concat (res, sub_get_all_targets (ltmp)); in get_all_targets()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2595 g_list_concat
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c2125 muxers = g_list_concat (muxers, formatters); in _get_muxer()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c2769 g_list_concat (dbin->requested_selection, in handle_stream_switch()
Dgstplaybin3.c1305 playbin->elements = g_list_concat (res, tmp);
Dgstdecodebin2.c3945 dbin->cleanup_groups = g_list_concat (dbin->cleanup_groups, old_groups); in gst_decode_chain_start_free_hidden_groups_thread()
Dgstplaybin2.c1618 playbin->elements = g_list_concat (res, tmp); in gst_play_bin_update_elements_list()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c1551 g_list_concat (demux->priv->old_streams, old_streams); in gst_adaptive_demux_expose_streams()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c4492 ste->extension_atoms = g_list_concat (ste->extension_atoms, ext_atoms_list); in atom_trak_set_video_type()