Home
last modified time | relevance | path

Searched refs:event_loop (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluez/attrib/
Dgatttool.c64 static GMainLoop *event_loop; variable
127 g_main_loop_quit(event_loop); in connect_cb()
155 g_main_loop_quit(event_loop); in primary_all_cb()
176 g_main_loop_quit(event_loop); in primary_by_uuid_cb()
212 g_main_loop_quit(event_loop); in char_discovered_cb()
247 g_main_loop_quit(event_loop); in char_read_cb()
288 g_main_loop_quit(event_loop); in char_read_by_uuid_cb()
311 g_main_loop_quit(event_loop); in characteristics_read()
325 g_main_loop_quit(event_loop); in mainloop_quit()
355 g_main_loop_quit(event_loop); in characteristics_write()
[all …]
Dinteractive.c42 static GMainLoop *event_loop; variable
327 g_main_loop_quit(event_loop); in cmd_exit()
814 event_loop = g_main_loop_new(NULL, FALSE); in interactive()
823 g_main_loop_run(event_loop); in interactive()
828 g_main_loop_unref(event_loop); in interactive()
/external/bluetooth/bluez/tracer/
Dmain.c43 static GMainLoop *event_loop; variable
47 g_main_loop_quit(event_loop); in sig_term()
139 event_loop = g_main_loop_new(NULL, FALSE); in main()
143 g_main_loop_run(event_loop); in main()
145 g_main_loop_unref(event_loop); in main()
/external/bluetooth/bluez/src/
Dmain.c261 static GMainLoop *event_loop; variable
265 g_main_loop_quit(event_loop); in sig_term()
284 g_main_loop_quit(event_loop); in exit_timeout()
488 event_loop = g_main_loop_new(NULL, FALSE); in main()
499 g_main_loop_run(event_loop); in main()
514 g_main_loop_unref(event_loop); in main()
/external/chromium/third_party/libevent/test/
Dbench.c95 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
108 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
Dregress.c662 event_loop(EVLOOP_NONBLOCK); in test_immediatesignal()
1298 event_loop(EVLOOP_ONCE); in test_multiple_events_for_same_fd()
1301 event_loop(EVLOOP_ONCE); in test_multiple_events_for_same_fd()
/external/bluetooth/bluez/test/
Dhciemu.c115 static GMainLoop *event_loop; variable
132 g_main_loop_quit(event_loop); in sig_term()
976 g_main_loop_quit(event_loop); in io_hci_data()
1301 event_loop = g_main_loop_new(NULL, FALSE); in main()
1337 g_main_loop_run(event_loop); in main()
/external/chromium/third_party/libevent/
Devent.c399 return (event_loop(0)); in event_dispatch()
459 event_loop(int flags) in event_loop() function
Devent.h379 int event_loop(int);
DChangeLog123 o update documentation of event_loop and event_base_loop; from Tani Hosokawa.
134 …vior as other backends when a signal is caught between event_add() and event_loop(). Previously, …