OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2475 milliseconds