Home
last modified time | relevance | path

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

/system/core/init/
Depoll.cpp31 Epoll::Epoll() {} in Epoll() function in android::init::Epoll
33 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()
Depoll.h37 class Epoll {
39 Epoll();
Dmount_handler.h43 explicit MountHandler(Epoll* epoll);
53 Epoll* epoll_;
Dkeychords.h40 void Start(Epoll* epoll, std::function<void(const std::vector<int>&)> handler);
84 Epoll* epoll_;
Depoll_test.cpp41 Epoll epoll; in TEST()
Dmount_handler.cpp167 MountHandler::MountHandler(Epoll* epoll) : epoll_(epoll), fp_(fopen("/proc/mounts", "re"), fclose) { in MountHandler()
Dinit.cpp138 static void InstallInitNotifier(Epoll* epoll) { in InstallInitNotifier()
751 static void InstallSignalFdHandler(Epoll* epoll) { in InstallSignalFdHandler()
994 Epoll epoll; in SecondStageMain()
Dkeychords.cpp286 void Keychords::Start(Epoll* epoll, std::function<void(const std::vector<int>&)> handler) { in Start()
Dkeychords_test.cpp199 Epoll epoll_;
Dproperty_service.cpp1423 Epoll epoll; in PropertyServiceThread()