/bootable/recovery/minui/ |
minui.h | 53 typedef int (*ev_callback)(int fd, short revents, void *data); typedef 56 int ev_init(ev_callback input_cb, void *data); 58 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...] |
/external/chromium_org/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)); 783 ev, ev->ev_callback)); 918 ev->ev_callback));
|
event.h | 230 void (*ev_callback)(int, short, void *arg); member in struct:event [all...] |