Home
last modified time | relevance | path

Searched refs:MAX_MISC_FDS (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minui/
Devents.c28 #define MAX_MISC_FDS 16 macro
41 static struct pollfd ev_fds[MAX_DEVICES + MAX_MISC_FDS];
42 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS];
92 if (ev_misc_count == MAX_MISC_FDS || cb == NULL) in ev_add_fd()