Lines Matching defs:EpollManager
23 #define LOG_TAG "EpollManager"
32 EpollManager::~EpollManager()
37 int32_t EpollManager::Open()
50 void EpollManager::Close()
60 int32_t EpollManager::Add(IEpollEventSource &source)
75 void EpollManager::Remove(IEpollEventSource &source)
84 int32_t EpollManager::Update(IEpollEventSource &source)
99 int32_t EpollManager::Wait(struct epoll_event *events, int32_t maxevents)
104 int32_t EpollManager::WaitTimeout(struct epoll_event *events, int32_t maxevents, int32_t timeout)
115 void EpollManager::Dispatch(const struct epoll_event &ev)
125 void EpollManager::DispatchOne(const struct epoll_event &ev)