Home
last modified time | relevance | path

Searched refs:AddWriteEvent (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
DIOEventLoop.h52 IOEventRef AddWriteEvent(int fd, const std::function<bool()>& callback);
DIOEventLoop_test.cpp73 ASSERT_NE(nullptr, loop.AddWriteEvent(fd[1], [&]() { in TEST()
191 IOEventRef ref = loop.AddWriteEvent(fd[1], [&]() { in TEST()
DIOEventLoop.cpp120 IOEventRef IOEventLoop::AddWriteEvent(int fd, const std::function<bool()>& callback) { in AddWriteEvent() function in simpleperf::IOEventLoop