Home
last modified time | relevance | path

Searched refs:pending_id (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c42 #define assert_pending_id(pending_id, id, type, time) \ argument
44 GstClockEntry *entry = GST_CLOCK_ENTRY (pending_id); \
272 GstClockID pending_id; in GST_START_TEST() local
285 gst_test_clock_wait_for_next_pending_id (test_clock, &pending_id); in GST_START_TEST()
286 assert_pending_id (pending_id, clock_id, GST_CLOCK_ENTRY_SINGLE, in GST_START_TEST()
288 gst_clock_id_unref (pending_id); in GST_START_TEST()
304 gst_test_clock_wait_for_next_pending_id (test_clock, &pending_id); in GST_START_TEST()
305 assert_pending_id (pending_id, clock_id, GST_CLOCK_ENTRY_SINGLE, GST_SECOND); in GST_START_TEST()
306 gst_clock_id_unref (pending_id); in GST_START_TEST()
322 gst_test_clock_wait_for_next_pending_id (test_clock, &pending_id); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c242 test_clock, GstClockID * pending_id);
519 GstClockID * pending_id) in gst_test_clock_peek_next_pending_id_unlocked() argument
528 if (pending_id != NULL) { in gst_test_clock_peek_next_pending_id_unlocked()
529 *pending_id = gst_clock_id_ref (ctx->clock_entry); in gst_test_clock_peek_next_pending_id_unlocked()
848 GstClockID * pending_id) in gst_test_clock_peek_next_pending_id() argument
856 pending_id); in gst_test_clock_peek_next_pending_id()
878 GstClockID * pending_id) in gst_test_clock_wait_for_next_pending_id() argument
891 if (!gst_test_clock_peek_next_pending_id_unlocked (test_clock, pending_id)) in gst_test_clock_wait_for_next_pending_id()
1099 gst_test_clock_process_id (GstTestClock * test_clock, GstClockID pending_id) in gst_test_clock_process_id() argument
1109 ctx = gst_test_clock_lookup_entry_context (test_clock, pending_id); in gst_test_clock_process_id()
[all …]
Dgsttestclock.h103 GstClockID * pending_id);
107 GstClockID * pending_id);
132 GstClockID pending_id);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_aka.c48 int pending_id; member
197 data->pending_id = -1; in eap_aka_init()
230 data->pending_id = -1; in eap_aka_prime_init()
386 data->pending_id = id; in eap_aka_build_identity()
912 if (eap_get_id(respData) == data->pending_id) { in eap_aka_process_identity()
913 data->pending_id = -1; in eap_aka_process_identity()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_aka.c48 int pending_id; member
197 data->pending_id = -1; in eap_aka_init()
230 data->pending_id = -1; in eap_aka_prime_init()
386 data->pending_id = id; in eap_aka_build_identity()
912 if (eap_get_id(respData) == data->pending_id) { in eap_aka_process_identity()
913 data->pending_id = -1; in eap_aka_process_identity()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpjitterbuffer.c1158 GstClockID pending_id; in GST_START_TEST() local
1195 gst_test_clock_wait_for_next_pending_id (testclock, &pending_id); in GST_START_TEST()
1196 time = gst_clock_id_get_time (pending_id); in GST_START_TEST()
1198 gst_clock_id_unref (pending_id); in GST_START_TEST()
2089 GstClockID pending_id; in GST_START_TEST() local
2112 gst_test_clock_wait_for_next_pending_id (testclock, &pending_id); in GST_START_TEST()
2113 time = gst_clock_id_get_time (pending_id); in GST_START_TEST()
2114 gst_clock_id_unref (pending_id); in GST_START_TEST()