Home
last modified time | relevance | path

Searched refs:EnableEvent (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
DIOEventLoop.h70 static bool EnableEvent(IOEventRef ref);
Devent_fd.h61 bool EnableEvent();
DIOEventLoop.cpp163 bool IOEventLoop::EnableEvent(IOEventRef ref) { in EnableEvent() function in IOEventLoop
DIOEventLoop_test.cpp193 return IOEventLoop::EnableEvent(ref); in TEST()
DUnixSocket.h195 if (!IOEventLoop::EnableEvent(write_event_)) { in EnableWriteEventWithLock()
Devent_fd.cpp113 bool EventFd::EnableEvent() { in EnableEvent() function in EventFd
Dcpu_hotplug_test.cpp326 ASSERT_TRUE(event_fd->EnableEvent()); in TEST()