Home
last modified time | relevance | path

Searched defs:SetupArgs (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dinterceptor.h195 struct SetupArgs { struct
203 // |SetupArgs|. Called on an internal Perfetto service thread, but not argument
205 virtual void OnSetup(const SetupArgs&) {} in OnSetup()
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dinterceptor.h195 struct SetupArgs { struct
203 // |SetupArgs|. Called on an internal Perfetto service thread, but not argument
205 virtual void OnSetup(const SetupArgs&) {} in OnSetup()
/aosp_15_r20/frameworks/native/services/gpuservice/tracing/include/tracing/
H A DGpuMemTracer.h34 virtual void OnSetup(const SetupArgs&) override{}; in OnSetup()
/aosp_15_r20/external/perfetto/src/tracing/
H A Ddata_source.cc26 void DataSourceBase::OnSetup(const SetupArgs&) {} in OnSetup()
H A Dapi_benchmark.cc30 void OnSetup(const SetupArgs&) override {} in OnSetup()
/aosp_15_r20/external/mesa3d/src/util/perf/
H A Du_perfetto_renderpass.h40 void OnSetup(const perfetto::DataSourceBase::SetupArgs &) override in OnSetup()
/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_drm_perfetto.cc35 void OnSetup(const SetupArgs &) override in OnSetup()
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTracer/
H A DFrameTracer.h31 virtual void OnSetup(const SetupArgs&) override{}; in OnSetup()
/aosp_15_r20/external/perfetto/examples/sdk/
H A Dexample_custom_data_source.cc42 void OnSetup(const SetupArgs&) override { in OnSetup()
/aosp_15_r20/external/cronet/base/trace_event/
H A Detw_interceptor_win.cc115 void ETWInterceptor::OnSetup(const SetupArgs&) {} in OnSetup()
/aosp_15_r20/external/perfetto/test/stress_test/
H A Dstress_producer.cc80 void StressTestDataSource::OnSetup(const SetupArgs&) { in OnSetup()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dmap_defun_op.cc257 Status MapDefunOp::SetupArgs(OpKernelContext* ctx, in SetupArgs() function in tensorflow::data::MapDefunOp
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h390 void OnSetup(const SetupArgs&) override {}; in OnSetup()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc310 void OnSetup(const SetupArgs &) override in OnSetup()
/aosp_15_r20/external/perfetto/src/tracing/internal/
H A Dtrack_event_internal.cc42 void TrackEventSessionObserver::OnSetup(const DataSourceBase::SetupArgs&) {} in OnSetup()
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc318 void OnSetup(const SetupArgs&) override {} in OnSetup()
405 void OnSetup(const SetupArgs&) override {} in OnSetup()
5439 void OnSetup(const SetupArgs&) override { in OnSetup()
5655 void OnSetup(const perfetto::DataSourceBase::SetupArgs&) { in TEST_P()
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp538 void SetupArgs(const std::vector<T>& profile_fds, in SetupArgs() function in android::installd::RunProfman