Home
last modified time | relevance | path

Searched refs:result_cb (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/abstract/transports/
Dunit-test.c41 lws_unit_test_packet_test_cb result_cb; member
198 if (priv->result_cb) in unit_test_sequencer_cb()
199 priv->result_cb(priv->result_cb_arg, priv->disposition); in unit_test_sequencer_cb()
370 priv->result_cb = (lws_unit_test_packet_test_cb)tm->u.value; in lws_atcut_client_conn()
372 priv->result_cb = NULL; in lws_atcut_client_conn()
/third_party/grpc/test/core/client_channel/resolvers/
Ddns_resolver_cooldown_test.cc186 void SetCallback(ResultCallback result_cb, OnResolutionCallbackArg* state) { in SetCallback() argument
188 result_cb_ = result_cb; in SetCallback()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dpbutils.c534 result_cb (GstInstallPluginsReturn result, gpointer user_data) in result_cb() function
601 ret = gst_install_plugins_async (details, ctx, result_cb, in test_pb_utils_install_plugins_do_callout()
633 gst_install_plugins_async (NULL, ctx, result_cb, (gpointer) & marker)); in GST_START_TEST()
645 gst_install_plugins_async (details, NULL, result_cb, (gpointer) & marker); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/
DChangeLog143892 * tests/check/libs/utils.c: (result_cb),