Home
last modified time | relevance | path

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

/hardware/interfaces/health/utils/libhealthloop/
DHealthLoop.cpp73 if (epoll_ctl(epollfd_, EPOLL_CTL_ADD, fd, &ev) == -1) { in RegisterEvent()
211 nevents = epoll_wait(epollfd_, events, eventct, timeout); in MainLoop()
230 epollfd_.reset(epoll_create1(EPOLL_CLOEXEC)); in InitInternal()
231 if (epollfd_ == -1) { in InitInternal()
/hardware/interfaces/health/utils/libhealthloop/include/health/
DHealthLoop.h103 android::base::unique_fd epollfd_; variable