Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtp.c66 GPrivate current_callback = G_PRIVATE_INIT (free_reporter_data); variable
83 struct GstSrtpEventReporterData *dat = g_private_get (&current_callback); in srtp_event_reporter()
101 struct GstSrtpEventReporterData *dat = g_private_get (&current_callback); in gst_srtp_init_event_reporter()
105 g_private_set (&current_callback, dat); in gst_srtp_init_event_reporter()
155 struct GstSrtpEventReporterData *dat = g_private_get (&current_callback); in gst_srtp_get_soft_limit_reached()
/third_party/cef/tests/ceftests/
Dframe_handler_unittest.cc394 int current_callback) const { in VerifyCallbackStatus()
398 if (i < current_callback && IsExpectedCallback(i)) { in VerifyCallbackStatus()