Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/event_injector/
Diolooper-select.c36 int max_fd; member
59 iol->max_fd = -1; in iolooper_reset()
66 if (iol->max_fd_valid && fd > iol->max_fd) { in iolooper_add_fd()
67 iol->max_fd = fd; in iolooper_add_fd()
74 if (iol->max_fd_valid && fd == iol->max_fd) in iolooper_del_fd()
104 int max_fd = iol->max_fd; in iolooper_fd_count() local
108 return max_fd + 1; in iolooper_fd_count()
115 max_fd = fd; in iolooper_fd_count()
117 iol->max_fd = max_fd; in iolooper_fd_count()
120 return max_fd + 1; in iolooper_fd_count()