Searched refs:epollEventList_ (Results 1 – 2 of 2) sorted by relevance
145 struct epoll_event epollEventList_[EPOLL_MAX_EVENTS] {}; struct
414 result = epoll_wait(mEpollId_, epollEventList_, EPOLL_MAX_EVENTS, EPOLL_WAIT_TIMEOUT); in DoInputDeviceAction()419 if (epollEventList_[i].data.fd != mInotifyId_) { in DoInputDeviceAction()420 DoRead(epollEventList_[i].data.fd, evtBuffer, EVENT_BUFFER_SIZE); in DoInputDeviceAction()