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

  /device/asus/flo/charger_touch/
charger_touch.c 103 static void event_loop(void) function
119 event_loop();
  /device/lge/mako/charger_touch/
charger_touch.c 103 static void event_loop(void) function
119 event_loop();
  /external/chromium_org/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/android-clat/
clatd.c 410 /* function: event_loop
414 void event_loop(const struct tun_data *tunnel) { function
427 logmsg(ANDROID_LOG_WARN,"event_loop/poll returned an error: %s",strerror(errno));
560 event_loop(&tunnel);
  /external/chromium_org/third_party/libevent/
event.c 387 return (event_loop(0));
447 event_loop(int flags) function
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...]

Completed in 76 milliseconds