Searched refs:notify_state (Results 1 – 1 of 1) sorted by relevance
123 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() local356 notify_state = TRUE; in gst_dtls_connection_start()361 notify_state = TRUE; in gst_dtls_connection_start()367 ret = openssl_poll (self, ¬ify_state, err); in gst_dtls_connection_start()379 if (notify_state) { in gst_dtls_connection_start()393 gboolean notify_state = FALSE; in handle_timeout() local409 openssl_poll (self, ¬ify_state, NULL); in handle_timeout()415 if (notify_state) { in handle_timeout()[all …]