OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ev_callback
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/minui/
minui.h
48
typedef int (*
ev_callback
)(int fd, short revents, void *data);
typedef
51
int ev_init(
ev_callback
input_cb, void *data);
53
int ev_add_fd(int fd,
ev_callback
cb, void *data);
events.c
37
ev_callback
cb;
48
int ev_init(
ev_callback
input_cb, void *data)
90
int ev_add_fd(int fd,
ev_callback
cb, void *data)
129
ev_callback
cb = ev_fdinfo[n].cb;
/external/chromium/third_party/libevent/
event.c
385
(*ev->
ev_callback
)((int)ev->ev_fd, ev->ev_res, ev->ev_arg);
621
ev->
ev_callback
= callback;
713
ev->
ev_callback
));
769
tv->tv_sec, ev->
ev_callback
));
785
ev, ev->
ev_callback
));
922
ev->
ev_callback
));
event.h
230
void (*
ev_callback
)(int, short, void *arg);
member in struct:event
[
all
...]
Completed in 54 milliseconds