HomeSort by relevance Sort by last modified time
    Searched defs:event_loop (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/tracer/
main.c 43 static GMainLoop *event_loop; variable
47 g_main_loop_quit(event_loop);
139 event_loop = g_main_loop_new(NULL, FALSE);
143 g_main_loop_run(event_loop);
145 g_main_loop_unref(event_loop);
  /external/bluetooth/bluez/src/
main.c 327 static GMainLoop *event_loop; variable
331 g_main_loop_quit(event_loop);
348 g_main_loop_quit(event_loop);
505 event_loop = g_main_loop_new(NULL, FALSE);
516 g_main_loop_run(event_loop);
530 g_main_loop_unref(event_loop);
  /external/chromium/third_party/libevent/
event.c 399 return (event_loop(0));
459 event_loop(int flags) function
  /external/bluetooth/bluez/test/
hciemu.c 131 static GMainLoop *event_loop; variable
148 g_main_loop_quit(event_loop);
983 g_main_loop_quit(event_loop);
1308 event_loop = g_main_loop_new(NULL, FALSE);
1344 g_main_loop_run(event_loop);

Completed in 66 milliseconds