HomeSort by relevance Sort by last modified time
    Searched refs:event_loop (Results 1 - 10 of 10) 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/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/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/chromium/third_party/libevent/test/
bench.c 95 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
108 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
regress.c 662 event_loop(EVLOOP_NONBLOCK);
1298 event_loop(EVLOOP_ONCE);
1301 event_loop(EVLOOP_ONCE);
    [all...]
  /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);
  /external/chromium/third_party/libevent/
event.h 362 event_loop() flags
379 int event_loop(int);
397 The next event_loop() iteration after the given timer expires will
401 Subsequent invocations of event_loop() will proceed normally.
405 @see event_loop(), event_base_loop(), event_base_loopexit()
427 Abort the active event_loop() immediately.
429 event_loop() will abort the loop after the next event is completed;
433 Subsequent invocations of event_loop() will proceed normally.
447 Subsequent invocations of event_loop() will proceed normally.
    [all...]
event.c 399 return (event_loop(0));
459 event_loop(int flags) function
  /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 623 milliseconds