Home
last modified time | relevance | path

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

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