Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h145 struct epoll_event epollEventList_[EPOLL_MAX_EVENTS] {}; struct
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp414 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()