Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c447 g_return_if_fail (GST_IS_DTLS_CONNECTION (self)); in gst_dtls_connection_check_timeout_locked()
494 g_return_if_fail (GST_IS_DTLS_CONNECTION (self)); in gst_dtls_connection_check_timeout()
511 g_return_if_fail (GST_IS_DTLS_CONNECTION (self)); in gst_dtls_connection_stop()
547 g_return_if_fail (GST_IS_DTLS_CONNECTION (self)); in gst_dtls_connection_close()
586 g_return_if_fail (GST_IS_DTLS_CONNECTION (self)); in gst_dtls_connection_set_send_callback()
608 g_return_if_fail (GST_IS_DTLS_CONNECTION (self)); in gst_dtls_connection_set_flow_return()
621 g_return_val_if_fail (GST_IS_DTLS_CONNECTION (self), 0); in gst_dtls_connection_process()
736 g_return_val_if_fail (GST_IS_DTLS_CONNECTION (self), 0); in gst_dtls_connection_send()
1107 g_return_val_if_fail (GST_IS_DTLS_CONNECTION (self), FALSE); in openssl_verify_callback()
Dgstdtlsconnection.h36 #define GST_IS_DTLS_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GST_TYPE_DTLS_CONNEC… macro
Dgstdtlsenc.c639 g_return_if_fail (GST_IS_DTLS_CONNECTION (connection)); in on_key_received()