Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Devents.cpp49 static unsigned ev_count = 0; variable
92 ev.data.ptr = &ev_fdinfo[ev_count]; in ev_init()
99 ev_fdinfo[ev_count].fd = fd; in ev_init()
100 ev_fdinfo[ev_count].cb = std::move(input_cb); in ev_init()
101 ev_count++; in ev_init()
109 if (epollctlfail && !ev_count) { in ev_init()
129 ev.data.ptr = static_cast<void*>(&ev_fdinfo[ev_count]); in ev_add_fd()
132 ev_fdinfo[ev_count].fd = fd; in ev_add_fd()
133 ev_fdinfo[ev_count].cb = std::move(cb); in ev_add_fd()
134 ev_count++; in ev_add_fd()
[all …]