Home
last modified time | relevance | path

Searched defs:stop_args (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/test/
H A Dclient_api_example.cc68 void OnStop(const StopArgs& stop_args) override { in OnStop()
/aosp_15_r20/external/perfetto/src/tracing/internal/
H A Dtracing_muxer_impl.cc1508 StopArgsImpl stop_args{}; in StopDataSource_AsyncBeginImpl() local
1545 std::move(stop_args.async_stop_closure)(); in StopDataSource_AsyncBeginImpl() local
/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dtracing_service_impl.cc1321 base::PeriodicTask::Args stop_args; in StartTracing() local