OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:event_loop
(Results
1 - 12
of
12
) 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/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/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
330
/* function:
event_loop
334
void
event_loop
(const struct tun_data *tunnel) {
function
351
logmsg(ANDROID_LOG_WARN,"
event_loop
/poll returned an error: %s",strerror(errno));
450
event_loop
(&tunnel);
/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
/external/chromium_org/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
931
static void
event_loop
(struct charger *charger)
function
938
LOGV("[%lld]
event_loop
()\n", now);
1012
event_loop
(charger);
Completed in 658 milliseconds