HomeSort by relevance Sort by last modified time
    Searched full:ev_fdinfo (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/minui/
events.c 42 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS]; variable in typeref:struct:fd_info
79 ev_fdinfo[ev_count].cb = input_cb;
80 ev_fdinfo[ev_count].data = data;
97 ev_fdinfo[ev_count].cb = cb;
98 ev_fdinfo[ev_count].data = data;
129 ev_callback cb = ev_fdinfo[n].cb;
131 cb(ev_fds[n].fd, ev_fds[n].revents, ev_fdinfo[n].data);

Completed in 75 milliseconds