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

  /bootable/recovery/minui/
minui.h 63 typedef int (*ev_callback)(int fd, uint32_t epevents, void *data); typedef
66 int ev_init(ev_callback input_cb, void *data);
68 int ev_add_fd(int fd, ev_callback cb, void *data);
events.c 38 ev_callback cb;
52 int ev_init(ev_callback input_cb, void *data)
113 int ev_add_fd(int fd, ev_callback cb, void *data)
165 ev_callback cb = fdi->cb;
  /external/chromium_org/third_party/libevent/
event.c 373 (*ev->ev_callback)((int)ev->ev_fd, ev->ev_res, ev->ev_arg);
609 ev->ev_callback = callback;
701 ev->ev_callback));
757 tv->tv_sec, ev->ev_callback));
771 ev, ev->ev_callback));
906 ev->ev_callback));
event.h 230 void (*ev_callback)(int, short, void *arg); member in struct:event
    [all...]

Completed in 221 milliseconds