Home
last modified time | relevance | path

Searched refs:epollEventList_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h141 struct epoll_event epollEventList_[EPOLL_MAX_EVENTS] {}; struct in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp336 result = epoll_wait(mEpollId_, epollEventList_, EPOLL_MAX_EVENTS, EPOLL_WAIT_TIMEOUT); in DoInputDeviceAction()
341 if (epollEventList_[i].data.fd != mInotifyId_) { in DoInputDeviceAction()
342 DoRead(epollEventList_[i].data.fd, evtBuffer, EVENT_BUFFER_SIZE); in DoInputDeviceAction()

Completed in 2 milliseconds