HomeSort by relevance Sort by last modified time
    Searched refs:EPOLL_MAX_EVENTS (Results 1 - 4 of 4) sorted by null

  /system/core/libutils/
Looper.cpp 58 static const int EPOLL_MAX_EVENTS = 16;
241 struct epoll_event eventItems[EPOLL_MAX_EVENTS];
242 int eventCount = epoll_wait(mEpollFd, eventItems, EPOLL_MAX_EVENTS, timeoutMillis);
  /frameworks/native/services/inputflinger/
EventHub.h 475 static const int EPOLL_MAX_EVENTS = 16;
478 struct epoll_event mPendingEventItems[EPOLL_MAX_EVENTS];
EventHub.cpp 199 const int EventHub::EPOLL_MAX_EVENTS;
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 50 static const int EPOLL_MAX_EVENTS = 16;
532 struct epoll_event pendingEventItems[EPOLL_MAX_EVENTS];
533 int pollResult = epoll_wait(mEpollFd, pendingEventItems, EPOLL_MAX_EVENTS, NO_TIMEOUT);

Completed in 633 milliseconds