Home
last modified time | relevance | path

Searched refs:event_notify (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_events.c14 static struct efi_event *event_notify; variable
53 &event_notify); in setup()
78 if (event_notify) { in teardown()
79 ret = boottime->close_event(event_notify); in teardown()
80 event_notify = NULL; in teardown()
115 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
149 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute()
156 ret = boottime->set_timer(event_notify, EFI_TIMER_RELATIVE, 100000); in execute()
Defi_selftest_tpl.c13 static struct efi_event *event_notify; variable
52 &event_notify); in setup()
77 if (event_notify) { in teardown()
78 ret = boottime->close_event(event_notify); in teardown()
79 event_notify = NULL; in teardown()
119 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
153 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute()
166 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
Defi_selftest_exitbootservices.c14 static struct efi_event *event_notify; variable
50 &event_notify); in setup()
69 if (event_notify) { in teardown()
70 ret = boottime->close_event(event_notify); in teardown()
71 event_notify = NULL; in teardown()
Defi_selftest_watchdog.c31 static struct efi_event *event_notify; variable
82 &event_notify); in setup()
141 if (event_notify) { in teardown()
142 ret = boottime->close_event(event_notify); in teardown()
143 event_notify = NULL; in teardown()
184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.h28 void event_notify(WpaMsg msg);
Dwpagui.cpp939 peers->event_notify(wm); in processMsg()
Dpeers.cpp821 void Peers::event_notify(WpaMsg msg) in event_notify() function in Peers
/external/libxcam/modules/ocl/
Dcl_kernel.h120 static void event_notify (cl_event event, cl_int status, void* data);
Dcl_kernel.cpp431 CLKernel::event_notify (cl_event event, cl_int status, void* data) in event_notify() function in XCam::CLKernel
475 ret = _context->set_event_callback (kernel_event, CL_COMPLETE, event_notify, user_data); in execute()