Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h234 struct epoll_event mPendingEventItems[EPOLL_MAX_EVENTS]; member in OHOS::DistributedHardware::DistributedInput::InputHub
H A Dinput_hub.cpp49 isPluginMonitor_(isPluginMonitor), needToScanDevices_(true), mPendingEventItems{}, in InputHub()
186 const struct epoll_event& eventItem = mPendingEventItems[pendingEventIndex_++]; in GetEvents()
457 const struct epoll_event& eventItem = mPendingEventItems[pendingEventIndex_++]; in GetDeviceHandler()
484 int pollResult = epoll_wait(epollFd_, mPendingEventItems, EPOLL_MAX_EVENTS, EPOLL_WAITTIME); in RefreshEpollItem()

Completed in 4 milliseconds