Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop_test.cpp69 ASSERT_NE(nullptr, loop.AddWriteEvent(fd[1], [&]() { in TEST()
177 IOEventRef ref = loop.AddWriteEvent(fd[1], [&]() { in TEST()
DIOEventLoop.h45 IOEventRef AddWriteEvent(int fd, const std::function<bool()>& callback);
DIOEventLoop.cpp85 IOEventRef IOEventLoop::AddWriteEvent(int fd, in AddWriteEvent() function in IOEventLoop
DUnixSocket.cpp116 write_event_ = loop.AddWriteEvent(fd_, [&]() { return WriteData(); }); in PrepareForIO()