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

/system/extras/simpleperf/
H A DIOEventLoop.cpp24 struct IOEvent { struct
30 IOEvent(IOEventLoop* loop, const std::function<bool()>& callback) function in struct:IOEvent
33 ~IOEvent() {
61 IOEvent* e = static_cast<IOEvent*>(arg);
118 std::unique_ptr<IOEvent> e(new IOEvent(this, callback));

Completed in 55 milliseconds