Searched refs:ev_callback (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | minui.h | 73 typedef int (*ev_callback)(int fd, uint32_t epevents, void *data); typedef 76 int ev_init(ev_callback input_cb, void *data); 78 int ev_add_fd(int fd, ev_callback cb, void *data);
|
| H A D | events.c | 40 ev_callback cb; 54 int ev_init(ev_callback input_cb, void *data) in ev_init() 115 int ev_add_fd(int fd, ev_callback cb, void *data) in ev_add_fd() 167 ev_callback cb = fdi->cb; in ev_dispatch()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | minui.h | 65 typedef int (*ev_callback)(int fd, uint32_t epevents, void *data); typedef
|
| H A D | events.c | 44 ev_callback cb;
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | ui.c | 331 ev_init((ev_callback)input_callback, NULL); in ui_init()
|