Home
last modified time | relevance | path

Searched refs:StartGraphProfiling (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/runner/graph/include/
H A DPrebuiltGraph.h70 virtual Status StartGraphProfiling() = 0;
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/proto/
H A DGrpcPrebuiltGraphService.proto97 rpc StartGraphProfiling(StartGraphProfilingRequest) returns (StatusResponse) {}
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A DGrpcGraph.h88 Status StartGraphProfiling() override;
H A DLocalPrebuiltGraph.h86 Status StartGraphProfiling() override;
H A DLocalPrebuiltGraph.cpp240 LOAD_FUNCTION(StartGraphProfiling); in GetPrebuiltGraphFromLibrary()
335 Status LocalPrebuiltGraph::StartGraphProfiling() { in StartGraphProfiling() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
H A DGrpcGraph.cpp353 Status GrpcGraph::StartGraphProfiling() { in StartGraphProfiling() function in android::automotive::computepipe::graph::GrpcGraph
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/
H A DLocalPrebuildGraphFuzzer.cpp99 graph->StartGraphProfiling(); in LLVMFuzzerTestOneInput()
H A DGrpcGraphFuzzer.cpp98 graph->StartGraphProfiling(); in LLVMFuzzerTestOneInput()
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/
H A DDefaultEngine.cpp168 return mGraph->StartGraphProfiling(); in processClientCommand()