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

/frameworks/native/libs/utils/
H A DLooper.cpp218 int eventCount = epoll_wait(mEpollFd, eventItems, EPOLL_MAX_EVENTS, timeoutMillis); local
224 if (eventCount < 0) {
234 if (eventCount == 0) {
244 ALOGD("%p ~ pollOnce - handling events from %d fds", this, eventCount);
247 for (int i = 0; i < eventCount; i++) {

Completed in 104 milliseconds