Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Devents.cpp48 static unsigned ev_count = 0; variable
89 ev.data.ptr = &ev_fdinfo[ev_count]; in ev_init()
96 ev_fdinfo[ev_count].fd = fd; in ev_init()
97 ev_fdinfo[ev_count].cb = input_cb; in ev_init()
98 ev_fdinfo[ev_count].data = data; in ev_init()
99 ev_count++; in ev_init()
107 if (epollctlfail && !ev_count) { in ev_init()
127 ev.data.ptr = (void *)&ev_fdinfo[ev_count]; in ev_add_fd()
130 ev_fdinfo[ev_count].fd = fd; in ev_add_fd()
131 ev_fdinfo[ev_count].cb = cb; in ev_add_fd()
[all …]