Home
last modified time | relevance | path

Searched refs:AddReadEvent (Results 1 – 8 of 8) sorted by relevance

/system/extras/simpleperf/
DIOEventLoop.h45 IOEventRef AddReadEvent(int fd, const std::function<bool()>& callback);
DIOEventLoop_test.cpp33 ASSERT_NE(nullptr, loop.AddReadEvent(fd[0], [&]() { in TEST()
164 IOEventRef ref = loop.AddReadEvent(fd[0], [&]() { in TEST()
DUnixSocket.cpp111 read_event_ = loop.AddReadEvent(fd_, [&]() { return ReadData(); }); in PrepareForIO()
DIOEventLoop.cpp112 IOEventRef IOEventLoop::AddReadEvent(int fd, in AddReadEvent() function in IOEventLoop
Devent_fd.cpp256 ioevent_ref_ = loop.AddReadEvent(perf_event_fd_, callback); in StartPolling()
DRecordReadThread.cpp237 if (!loop.AddReadEvent(read_data_fd_, data_callback)) { in RegisterDataCallback()
299 CHECK(loop.AddReadEvent(read_cmd_fd_, [&]() { return HandleCmd(loop); })); in RunReadThread()
Dcmd_stat.cpp484 if (!loop->AddReadEvent(stop_signal_fd_, exit_loop_callback)) { in Run()
Dcmd_record.cpp505 if (!loop->AddReadEvent(stop_signal_fd_, exit_loop_callback)) { in PrepareRecording()
517 if (!loop->AddReadEvent(0, [&]() { return ProcessControlCmd(loop); })) { in PrepareRecording()