/aosp_15_r20/external/perfetto/src/base/ |
H A D | task_runner_unittest.cc | 116 TEST_F(TaskRunnerTest, RemoveFileDescriptorWatch) { in TEST_F() argument 124 task_runner.RemoveFileDescriptorWatch(evt.fd()); in TEST_F() 138 task_runner.RemoveFileDescriptorWatch(evt.fd()); in TEST_F() 172 task_runner.RemoveFileDescriptorWatch(evt2.fd()); in TEST_F() 192 task_runner.RemoveFileDescriptorWatch(evt2.fd()); in TEST_F() 312 task_runner.RemoveFileDescriptorWatch(evt.fd()); in TEST_F()
|
H A D | thread_task_runner.cc | 132 void ThreadTaskRunner::RemoveFileDescriptorWatch(PlatformHandle handle) { in RemoveFileDescriptorWatch() function in perfetto::base::ThreadTaskRunner 133 task_runner_->RemoveFileDescriptorWatch(handle); in RemoveFileDescriptorWatch()
|
H A D | periodic_task.cc | 180 task_runner_->RemoveFileDescriptorWatch(*timer_fd_); in ResetTimerFd()
|
H A D | unix_task_runner.cc | 300 void UnixTaskRunner::RemoveFileDescriptorWatch(PlatformHandle fd) { in RemoveFileDescriptorWatch() function in perfetto::base::UnixTaskRunner
|
H A D | unix_socket.cc | 878 task_runner_->RemoveFileDescriptorWatch(sock_raw_.watch_handle()); in ReleaseSocket() 1113 task_runner_->RemoveFileDescriptorWatch(sock_raw_.watch_handle()); in Shutdown()
|
/aosp_15_r20/external/perfetto/src/base/test/ |
H A D | test_task_runner.cc | 114 void TestTaskRunner::RemoveFileDescriptorWatch(PlatformHandle fd) { in RemoveFileDescriptorWatch() function in perfetto::base::TestTaskRunner 115 task_runner_.RemoveFileDescriptorWatch(fd); in RemoveFileDescriptorWatch()
|
H A D | test_task_runner.h | 54 void RemoveFileDescriptorWatch(PlatformHandle) override;
|
/aosp_15_r20/external/perfetto/src/base/threading/ |
H A D | spawn.cc | 62 task_runner_->RemoveFileDescriptorWatch(fd); in PollUntilFinish() 80 task_runner_->RemoveFileDescriptorWatch(fd); in ClearFutureAndWatches()
|
/aosp_15_r20/external/cronet/base/tracing/ |
H A D | perfetto_task_runner_unittest.cc | 182 task_runner()->RemoveFileDescriptorWatch(fd.get()); in TEST_F() 202 task_runner()->RemoveFileDescriptorWatch(fd.get()); in TEST_F()
|
H A D | perfetto_task_runner.h | 53 void RemoveFileDescriptorWatch(perfetto::base::PlatformHandle) override;
|
H A D | perfetto_task_runner.cc | 107 void PerfettoTaskRunner::RemoveFileDescriptorWatch( in RemoveFileDescriptorWatch() function in base::tracing::PerfettoTaskRunner
|
/aosp_15_r20/external/perfetto/include/perfetto/base/ |
H A D | task_runner.h | 65 virtual void RemoveFileDescriptorWatch(PlatformHandle) = 0;
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/base/ |
H A D | task_runner.h | 65 virtual void RemoveFileDescriptorWatch(PlatformHandle) = 0;
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | thread_task_runner.h | 70 void RemoveFileDescriptorWatch(PlatformHandle) override;
|
H A D | unix_task_runner.h | 80 void RemoveFileDescriptorWatch(PlatformHandle) override;
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | thread_task_runner.h | 70 void RemoveFileDescriptorWatch(PlatformHandle) override;
|
H A D | unix_task_runner.h | 81 void RemoveFileDescriptorWatch(PlatformHandle) override;
|
/aosp_15_r20/external/perfetto/src/traced/probes/ |
H A D | kmem_activity_trigger.cc | 132 task_runner_->RemoveFileDescriptorWatch(fd.get()); in DisarmFtraceFDWatches()
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | client_api_factory_standalone.cc | 163 task_runner.RemoveFileDescriptorWatch(srv_sock.fd()); in StartHeapprofdIfStatic()
|
/aosp_15_r20/external/perfetto/src/base/http/ |
H A D | http_server_unittest.cc | 82 task_runner_->RemoveFileDescriptorWatch(sock.watch_handle()); in Recv()
|
/aosp_15_r20/external/perfetto/src/traced/probes/android_log/ |
H A D | android_log_data_source.cc | 193 task_runner_->RemoveFileDescriptorWatch(logdr_sock_.fd()); in EnableSocketWatchTask()
|
/aosp_15_r20/external/perfetto/test/ |
H A D | traced_integrationtest.cc | 206 helper.producer_thread()->get()->RemoveFileDescriptorWatch( in TEST()
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | ftrace_controller.cc | 434 task_runner_->RemoveFileDescriptorWatch(fd); in RemoveBufferWatermarkWatches()
|
H A D | ftrace_controller_unittest.cc | 76 MOCK_METHOD(void, RemoveFileDescriptorWatch, (int fd), (override));
|
/aosp_15_r20/external/perfetto/src/tracing/internal/ |
H A D | tracing_muxer_impl.cc | 91 void RemoveFileDescriptorWatch(base::PlatformHandle fd) override { in RemoveFileDescriptorWatch() function in perfetto::internal::__anon6824a9f60111::NonReentrantTaskRunner 92 CallWithGuard([&] { task_runner_->RemoveFileDescriptorWatch(fd); }); in RemoveFileDescriptorWatch()
|