Home
last modified time | relevance | path

Searched refs:AddFileDescriptorWatch (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/perfetto/src/base/
H A Dtask_runner_unittest.cc107 TEST_F(TaskRunnerTest, AddFileDescriptorWatch) { in TEST_F() argument
110 task_runner.AddFileDescriptorWatch(evt.fd(), in TEST_F()
122 task_runner.AddFileDescriptorWatch(evt.fd(), in TEST_F()
140 task_runner.AddFileDescriptorWatch(evt.fd(), in TEST_F()
154 task_runner.AddFileDescriptorWatch(evt.fd(), [&task_runner, &evt, &evt2] { in TEST_F()
156 task_runner.AddFileDescriptorWatch(evt2.fd(), in TEST_F()
169 task_runner.AddFileDescriptorWatch(evt.fd(), [&task_runner, &evt, &evt2] { in TEST_F()
174 task_runner.AddFileDescriptorWatch(evt2.fd(), in TEST_F()
189 task_runner.AddFileDescriptorWatch(evt.fd(), [&task_runner, &evt, &evt2] { in TEST_F()
193 task_runner.AddFileDescriptorWatch(evt2.fd(), in TEST_F()
[all …]
H A Dthread_task_runner.cc126 void ThreadTaskRunner::AddFileDescriptorWatch( in AddFileDescriptorWatch() function in perfetto::base::ThreadTaskRunner
129 task_runner_->AddFileDescriptorWatch(handle, std::move(watch_task)); in AddFileDescriptorWatch()
H A Dunix_task_runner.cc41 AddFileDescriptorWatch(event_.fd(), [] { in UnixTaskRunner()
282 void UnixTaskRunner::AddFileDescriptorWatch(PlatformHandle fd, in AddFileDescriptorWatch() function in perfetto::base::UnixTaskRunner
H A Dperiodic_task.cc98 task_runner_->AddFileDescriptorWatch( in Start()
/aosp_15_r20/external/perfetto/src/base/test/
H A Dtest_task_runner.cc109 void TestTaskRunner::AddFileDescriptorWatch(PlatformHandle fd, in AddFileDescriptorWatch() function in perfetto::base::TestTaskRunner
111 task_runner_.AddFileDescriptorWatch(fd, std::move(callback)); in AddFileDescriptorWatch()
H A Dtest_task_runner.h52 void AddFileDescriptorWatch(PlatformHandle,
/aosp_15_r20/external/cronet/base/tracing/
H A Dperfetto_task_runner_unittest.cc176 task_runner()->AddFileDescriptorWatch(fd.get(), [&]() { in TEST_F()
185 task_runner()->AddFileDescriptorWatch(fd.get(), [&]() { in TEST_F()
H A Dperfetto_task_runner.h51 void AddFileDescriptorWatch(perfetto::base::PlatformHandle,
H A Dperfetto_task_runner.cc72 void PerfettoTaskRunner::AddFileDescriptorWatch( in AddFileDescriptorWatch() function in base::tracing::PerfettoTaskRunner
/aosp_15_r20/external/perfetto/include/perfetto/base/
H A Dtask_runner.h58 virtual void AddFileDescriptorWatch(PlatformHandle,
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/base/
H A Dtask_runner.h58 virtual void AddFileDescriptorWatch(PlatformHandle,
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dthread_task_runner.h69 void AddFileDescriptorWatch(PlatformHandle, std::function<void()>) override;
H A Dunix_task_runner.h79 void AddFileDescriptorWatch(PlatformHandle, std::function<void()>) override;
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dthread_task_runner.h69 void AddFileDescriptorWatch(PlatformHandle, std::function<void()>) override;
H A Dunix_task_runner.h80 void AddFileDescriptorWatch(PlatformHandle, std::function<void()>) override;
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd.cc82 task_runner.AddFileDescriptorWatch(g_dump_evt->fd(), [&producer] { in StartCentralHeapprofd()
H A Dclient_api_factory_standalone.cc155 task_runner.AddFileDescriptorWatch( in StartHeapprofdIfStatic()
/aosp_15_r20/external/perfetto/src/base/threading/
H A Dspawn.cc67 task_runner_->AddFileDescriptorWatch(fd, [weak_this, fd]() { in PollUntilFinish()
/aosp_15_r20/external/perfetto/src/traced/probes/
H A Dkmem_activity_trigger.cc118 task_runner_->AddFileDescriptorWatch(scoped_fd.get(), [weak_this, cpu] { in ArmFtraceFDWatches()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/threading/
H A Dutil.h50 runner.AddFileDescriptorWatch(fd, [&runner, &is_readable]() {
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/threading/
H A Dutil.h50 runner.AddFileDescriptorWatch(fd, [&runner, &is_readable]() {
/aosp_15_r20/external/perfetto/src/base/http/
H A Dhttp_server_unittest.cc72 task_runner_->AddFileDescriptorWatch(sock.watch_handle(), [&] { in Recv()
/aosp_15_r20/external/perfetto/src/traced/probes/android_log/
H A Dandroid_log_data_source.cc188 task_runner_->AddFileDescriptorWatch(logdr_sock_.fd(), [weak_this] { in EnableSocketWatchTask()
/aosp_15_r20/external/perfetto/test/
H A Dtraced_integrationtest.cc217 helper.producer_thread()->get()->AddFileDescriptorWatch( in TEST()
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_controller.cc418 task_runner_->AddFileDescriptorWatch(fd, [weak_this, instance_name, i] { in UpdateBufferWatermarkWatches()

12