Searched refs:g_epoll_fd (Results 1 – 1 of 1) sorted by relevance
54 static android::base::unique_fd g_epoll_fd; variable143 g_epoll_fd.reset(); in ev_init()194 g_epoll_fd.reset(epoll_fd.release()); in ev_init()204 return g_epoll_fd.get(); in ev_get_epollfd()215 int ret = epoll_ctl(g_epoll_fd, EPOLL_CTL_ADD, fd, &ev); in ev_add_fd()233 g_epoll_fd.reset(); in ev_exit()237 g_polled_events_count = epoll_wait(g_epoll_fd, g_polled_events, g_ev_count, timeout); in ev_wait()263 epoll_ctl(g_epoll_fd, EPOLL_CTL_DEL, fd, nullptr); in ev_get_input()