Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop.h48 IOEventRef AddReadEvent(int fd, const std::function<bool()>& callback);
DIOEventLoop_test.cpp35 ASSERT_NE(nullptr, loop.AddReadEvent(fd[0], [&]() { in TEST()
166 IOEventRef ref = loop.AddReadEvent(fd[0], [&]() { in TEST()
DIOEventLoop.cpp113 IOEventRef IOEventLoop::AddReadEvent(int fd, const std::function<bool()>& callback) { in AddReadEvent() function in simpleperf::IOEventLoop
Devent_fd.cpp316 ioevent_ref_ = loop.AddReadEvent(perf_event_fd_, callback); in StartPolling()
DRecordReadThread.cpp254 if (!loop.AddReadEvent(read_data_fd_, data_callback)) { in RegisterDataCallback()
325 CHECK(loop.AddReadEvent(read_cmd_fd_, [&]() { return HandleCmd(loop); })); in RunReadThread()
Dcmd_stat.cpp572 if (!loop->AddReadEvent(stop_signal_fd_, exit_loop_callback)) { in Run()
Dcmd_record.cpp604 if (!loop->AddReadEvent(stop_signal_fd_, exit_loop_callback)) { in PrepareRecording()
616 if (!loop->AddReadEvent(0, [this, loop]() { return ProcessControlCmd(loop); })) { in PrepareRecording()