Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop_test.cpp193 return IOEventLoop::DisableEvent(ref); in TEST()
230 ASSERT_TRUE(loop.DisableEvent(wait_ref)); in TEST()
236 if (!loop.DisableEvent(ref)) { in TEST()
DIOEventLoop.h73 static bool DisableEvent(IOEventRef ref);
DIOEventLoop.cpp191 bool IOEventLoop::DisableEvent(IOEventRef ref) { in DisableEvent() function in simpleperf::IOEventLoop
216 DisableEvent(ref); in DelEvent()
DJITDebugReader.cpp264 return (read_event_ != nullptr && IOEventLoop::DisableEvent(read_event_)); in RegisterDebugInfoCallback()
331 if (!IOEventLoop::DisableEvent(read_event_)) { in ReadAllProcesses()