Home
last modified time | relevance | path

Searched refs:eventItem (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DLooper.cpp165 epoll_event eventItem = createEpollEvent(request.getEpollEvents(), seq); in rebuildEpollLocked() local
167 int epollResult = epoll_ctl(mEpollFd.get(), EPOLL_CTL_ADD, request.fd, &eventItem); in rebuildEpollLocked()
473 epoll_event eventItem = createEpollEvent(request.getEpollEvents(), seq); in addFd() local
476 int epollResult = epoll_ctl(mEpollFd.get(), EPOLL_CTL_ADD, fd, &eventItem); in addFd()
484 int epollResult = epoll_ctl(mEpollFd.get(), EPOLL_CTL_MOD, fd, &eventItem); in addFd()
505 epollResult = epoll_ctl(mEpollFd.get(), EPOLL_CTL_ADD, fd, &eventItem); in addFd()
553 epoll_event eventItem = createEpollEvent(request.getEpollEvents(), seq); in repoll() local
554 if (epoll_ctl(mEpollFd.get(), EPOLL_CTL_MOD, fd, &eventItem) == -1) return 0; in repoll()
/system/core/libutils/include/utils/
DLooper.h504 static void initEpollEvent(struct epoll_event* eventItem);