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

  /bootable/recovery/minui/include/minui/
minui.h 74 using ev_callback = std::function<int(int fd, uint32_t epevents)>;
77 int ev_init(ev_callback input_cb);
79 int ev_add_fd(int fd, ev_callback cb);
  /bootable/recovery/minui/
events.cpp 39 ev_callback cb;
56 int ev_init(ev_callback input_cb) {
120 int ev_add_fd(int fd, ev_callback cb) {
159 const ev_callback& cb = fdi->cb;
  /external/libevent/include/event2/
event_struct.h 123 void (*ev_callback)(evutil_socket_t, short, void *arg); member in struct:event
  /external/libevent/
event.c 1064 (*ev->ev_callback)(ev->ev_fd, ev->ev_res, ev->ev_arg);
    [all...]

Completed in 129 milliseconds