Searched refs:Epoll (Results 1 – 10 of 10) sorted by relevance
31 Epoll::Epoll() {} in Epoll() function in android::init::Epoll33 Result<void> Epoll::Open() { in Open()43 Result<void> Epoll::RegisterHandler(int fd, Handler handler, uint32_t events) { in RegisterHandler()68 Result<void> Epoll::UnregisterHandler(int fd) { in UnregisterHandler()80 void Epoll::SetFirstCallback(std::function<void()> first_callback) { in SetFirstCallback()84 Result<int> Epoll::Wait(std::optional<std::chrono::milliseconds> timeout) { in Wait()
37 class Epoll {39 Epoll();
43 explicit MountHandler(Epoll* epoll);53 Epoll* epoll_;
40 void Start(Epoll* epoll, std::function<void(const std::vector<int>&)> handler);84 Epoll* epoll_;
41 Epoll epoll; in TEST()
167 MountHandler::MountHandler(Epoll* epoll) : epoll_(epoll), fp_(fopen("/proc/mounts", "re"), fclose) { in MountHandler()
138 static void InstallInitNotifier(Epoll* epoll) { in InstallInitNotifier()751 static void InstallSignalFdHandler(Epoll* epoll) { in InstallSignalFdHandler()994 Epoll epoll; in SecondStageMain()
286 void Keychords::Start(Epoll* epoll, std::function<void(const std::vector<int>&)> handler) { in Start()
199 Epoll epoll_;
1423 Epoll epoll; in PropertyServiceThread()