Home
last modified time | relevance | path

Searched refs:DelEvent (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
DIOEventLoop.h78 static bool DelEvent(IOEventRef ref);
DIOEventLoop.cpp215 bool IOEventLoop::DelEvent(IOEventRef ref) { in DelEvent() function in simpleperf::IOEventLoop
DIOEventLoop_test.cpp168 return IOEventLoop::DelEvent(ref); in TEST()
Devent_fd.cpp321 return IOEventLoop::DelEvent(ioevent_ref_); in StopPolling()