Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/gpuservice/tracing/include/tracing/
H A DGpuMemTracer.h34 virtual void OnSetup(const SetupArgs&) override{}; in OnSetup()
/aosp12/frameworks/native/services/surfaceflinger/FrameTracer/
H A DFrameTracer.h31 virtual void OnSetup(const SetupArgs&) override{}; in OnSetup()
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h344 void OnSetup(const SetupArgs&) override{}; in OnSetup()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp429 void SetupArgs(const std::vector<unique_fd>& profile_fds, in SetupArgs() function in android::installd::RunProfman