Searched refs:free_session (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-systemd-login.c | 104 static void free_session(struct session *session) { in free_session() function 200 …full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL, (pa_free_cb_t) free_session); in pa__init() 201 …full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL, (pa_free_cb_t) free_session); in pa__init()
|
D | module-console-kit.c | 145 static void free_session(struct session *session) { in free_session() function 308 …full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL, (pa_free_cb_t) free_session); in pa__init()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtpdec.c | 191 free_session (GstRTPDecSession * session) in free_session() function 358 g_slist_foreach (rtpdec->sessions, (GFunc) free_session, NULL); in gst_rtp_dec_finalize()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.c | 894 free_session (GstRtpBinSession * sess, GstRtpBin * bin) in free_session() function 2907 g_slist_foreach (rtpbin->sessions, (GFunc) free_session, rtpbin); in gst_rtp_bin_dispose() 5323 free_session (session, rtpbin); in gst_rtp_bin_release_pad()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 110443 rtpbin: make free_session() remove stream references 111554 Don't mess with the session list in free_session as it is called from a foreach 112151 (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp), 112705 * gst/rtpmanager/gstrtpbin.c: (free_session): 113248 * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session), 139093 (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 196908 Don't mess with the session list in free_session as it is called from a foreach 208628 (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp), 213655 * gst/rtpmanager/gstrtpbin.c: (free_session): 220395 * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
|