• Home
  • Raw
  • Download

Lines Matching refs:notify_state

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() 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()
509 gboolean notify_state = FALSE; in gst_dtls_connection_stop() local
525 notify_state = TRUE; in gst_dtls_connection_stop()
536 if (notify_state) { in gst_dtls_connection_stop()
545 gboolean notify_state = FALSE; in gst_dtls_connection_close() local
565 notify_state = TRUE; in gst_dtls_connection_close()
573 if (notify_state) { in gst_dtls_connection_close()
619 gboolean notify_state = FALSE; in gst_dtls_connection_process() local
657 flow_ret = openssl_poll (self, &notify_state, err); in gst_dtls_connection_process()
670 notify_state = TRUE; in gst_dtls_connection_process()
679 handle_error (self, ret, GST_RESOURCE_ERROR_READ, &notify_state, err); in gst_dtls_connection_process()
685 notify_state = TRUE; in gst_dtls_connection_process()
694 if (notify_state) { in gst_dtls_connection_process()
703 if (notify_state) { in gst_dtls_connection_process()
713 flow_ret = openssl_poll (self, &notify_state, err); in gst_dtls_connection_process()
720 if (notify_state) { in gst_dtls_connection_process()
734 gboolean notify_state = FALSE; in gst_dtls_connection_send() local
768 notify_state = TRUE; in gst_dtls_connection_send()
779 handle_error (self, ret, GST_RESOURCE_ERROR_WRITE, &notify_state, in gst_dtls_connection_send()
789 handle_error (self, ret, GST_RESOURCE_ERROR_WRITE, &notify_state, in gst_dtls_connection_send()
811 if (notify_state) { in gst_dtls_connection_send()
983 gboolean * notify_state, GError ** err) in handle_error() argument
997 *notify_state = TRUE; in handle_error()
1030 *notify_state = TRUE; in handle_error()
1042 openssl_poll (GstDtlsConnection * self, gboolean * notify_state, GError ** err) in openssl_poll() argument
1068 *notify_state = TRUE; in openssl_poll()
1086 handle_error (self, ret, GST_RESOURCE_ERROR_OPEN_WRITE, notify_state, in openssl_poll()