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

  /frameworks/native/services/inputflinger/
EventHub.h 456 static const int EPOLL_MAX_EVENTS = 16;
459 struct epoll_event mPendingEventItems[EPOLL_MAX_EVENTS];
EventHub.cpp 182 const int EventHub::EPOLL_MAX_EVENTS;
    [all...]
  /system/core/libutils/
Looper.cpp 68 static const int EPOLL_MAX_EVENTS = 16;
250 struct epoll_event eventItems[EPOLL_MAX_EVENTS];
251 int eventCount = epoll_wait(mEpollFd, eventItems, EPOLL_MAX_EVENTS, timeoutMillis);
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 50 static const int EPOLL_MAX_EVENTS = 16;
546 struct epoll_event pendingEventItems[EPOLL_MAX_EVENTS];
547 int pollResult = epoll_wait(mEpollFd, pendingEventItems, EPOLL_MAX_EVENTS, NO_TIMEOUT);

Completed in 1013 milliseconds