Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop.cpp152 bool IOEventLoop::DisableEvent(IOEventRef ref) { in DisableEvent() function in IOEventLoop
175 DisableEvent(ref); in DelEvent()
DIOEventLoop.h68 static bool DisableEvent(IOEventRef ref);
DUnixSocket.h205 if (!IOEventLoop::DisableEvent(write_event_)) { in DisableWriteEventWithLock()
DIOEventLoop_test.cpp179 return IOEventLoop::DisableEvent(ref); in TEST()
DUnixSocket.cpp211 if (!IOEventLoop::DisableEvent(read_event_)) { in CloseConnection()