HomeSort by relevance Sort by last modified time
    Searched defs:event_loop (Results 1 - 7 of 7) 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 261 static GMainLoop *event_loop; variable
265 g_main_loop_quit(event_loop);
284 g_main_loop_quit(event_loop);
488 event_loop = g_main_loop_new(NULL, FALSE);
499 g_main_loop_run(event_loop);
514 g_main_loop_unref(event_loop);
  /external/bluetooth/bluez/attrib/
gatttool.c 64 static GMainLoop *event_loop; variable
127 g_main_loop_quit(event_loop);
155 g_main_loop_quit(event_loop);
176 g_main_loop_quit(event_loop);
212 g_main_loop_quit(event_loop);
247 g_main_loop_quit(event_loop);
288 g_main_loop_quit(event_loop);
311 g_main_loop_quit(event_loop);
325 g_main_loop_quit(event_loop);
355 g_main_loop_quit(event_loop);
    [all...]
interactive.c 42 static GMainLoop *event_loop; variable
327 g_main_loop_quit(event_loop);
814 event_loop = g_main_loop_new(NULL, FALSE);
823 g_main_loop_run(event_loop);
828 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 115 static GMainLoop *event_loop; variable
132 g_main_loop_quit(event_loop);
976 g_main_loop_quit(event_loop);
1301 event_loop = g_main_loop_new(NULL, FALSE);
1337 g_main_loop_run(event_loop);
  /system/core/charger/
charger.c 906 static void event_loop(struct charger *charger) function
913 LOGV("[%lld] event_loop()\n", now);
985 event_loop(charger);

Completed in 497 milliseconds