Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c123 static GstFlowReturn openssl_poll (GstDtlsConnection *, gboolean * notify_state,
126 GstResourceError error_type, gboolean * notify_state, GError ** err);
330 gboolean notify_state = FALSE; in gst_dtls_connection_start() local
356 notify_state = TRUE; in gst_dtls_connection_start()
361 notify_state = TRUE; in gst_dtls_connection_start()
367 ret = openssl_poll (self, &notify_state, err); in gst_dtls_connection_start()
379 if (notify_state) { in gst_dtls_connection_start()
393 gboolean notify_state = FALSE; in handle_timeout() local
409 openssl_poll (self, &notify_state, NULL); in handle_timeout()
415 if (notify_state) { in handle_timeout()
[all …]