Home
last modified time | relevance | path

Searched refs:EventCallbackFn (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
DIOEventLoop.h82 static void EventCallbackFn(int, int16_t, void*);
DIOEventLoop.cpp95 void IOEventLoop::EventCallbackFn(int, int16_t, void* arg) { in EventCallbackFn() function in IOEventLoop
153 e->e = event_new(ebase_, fd_or_sig, events, EventCallbackFn, e.get()); in AddEvent()