Searched refs:AddReadEvent (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | IOEventLoop.h | 45 IOEventRef AddReadEvent(int fd, const std::function<bool()>& callback);
|
D | IOEventLoop_test.cpp | 33 ASSERT_NE(nullptr, loop.AddReadEvent(fd[0], [&]() { in TEST() 164 IOEventRef ref = loop.AddReadEvent(fd[0], [&]() { in TEST()
|
D | IOEventLoop.cpp | 112 IOEventRef IOEventLoop::AddReadEvent(int fd, in AddReadEvent() function in IOEventLoop
|
D | event_fd.cpp | 325 ioevent_ref_ = loop.AddReadEvent(perf_event_fd_, callback); in StartPolling()
|
D | RecordReadThread.cpp | 255 if (!loop.AddReadEvent(read_data_fd_, data_callback)) { in RegisterDataCallback() 323 CHECK(loop.AddReadEvent(read_cmd_fd_, [&]() { return HandleCmd(loop); })); in RunReadThread()
|
D | cmd_record.cpp | 548 if (!loop->AddReadEvent(stop_signal_fd_, exit_loop_callback)) { in PrepareRecording() 560 if (!loop->AddReadEvent(0, [this, loop]() { return ProcessControlCmd(loop); })) { in PrepareRecording()
|
D | cmd_stat.cpp | 578 if (!loop->AddReadEvent(stop_signal_fd_, exit_loop_callback)) { in Run()
|