Searched refs:epevents (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minui/ |
D | minui.h | 63 typedef int (*ev_callback)(int fd, uint32_t epevents, void *data); 78 int ev_get_input(int fd, uint32_t epevents, struct input_event *ev);
|
D | events.c | 171 int ev_get_input(int fd, uint32_t epevents, struct input_event *ev) in ev_get_input() argument 175 if (epevents & EPOLLIN) { in ev_get_input()
|
/bootable/recovery/ |
D | ui.cpp | 68 int RecoveryUI::input_callback(int fd, uint32_t epevents, void* data) in input_callback() argument 73 ret = ev_get_input(fd, epevents, &ev); in input_callback()
|
D | ui.h | 147 static int input_callback(int fd, uint32_t epevents, void* data);
|