Searched defs:IOEventRef (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A DIOEventLoop.h27 typedef IOEvent* IOEventRef; typedef
44 IOEventRef AddReadEvent(int fd, const std::function<bool()>& callback);
48 IOEventRef AddWriteEvent(int fd, const std::function<bool()>& callback);
71 static bool DisableEvent(IOEventRef ref);
73 static bool EnableEvent(IOEventRef ref);
76 static bool DelEvent(IOEventRef ref);
80 IOEventRef AddEvent(int fd_or_sig, short events, timeval* timeout,

Completed in 40 milliseconds