Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper.cpp448 int epollResult = epoll_ctl(mEpollFd, EPOLL_CTL_ADD, fd, & eventItem); in addFd() local
449 if (epollResult < 0) { in addFd()
455 int epollResult = epoll_ctl(mEpollFd, EPOLL_CTL_MOD, fd, & eventItem); in addFd() local
456 if (epollResult < 0) { in addFd()
478 int epollResult = epoll_ctl(mEpollFd, EPOLL_CTL_DEL, fd, NULL); in removeFd() local
479 if (epollResult < 0) { in removeFd()