Home
last modified time | relevance | path

Searched refs:notify_state (Results 1 – 2 of 2) 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 …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h31963 enum notify_state { enum
31973 enum notify_state state;