Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/computepipe/runner/graph/include/
H A DPrebuiltGraph.h73 virtual Status StopGraphProfiling() = 0;
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/proto/
H A DGrpcPrebuiltGraphService.proto99 rpc StopGraphProfiling(StopGraphProfilingRequest) returns (StatusResponse) {}
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A DGrpcGraph.h91 Status StopGraphProfiling() override;
H A DLocalPrebuiltGraph.h88 Status StopGraphProfiling() override;
H A DLocalPrebuiltGraph.cpp241 LOAD_FUNCTION(StopGraphProfiling); in GetPrebuiltGraphFromLibrary()
341 Status LocalPrebuiltGraph::StopGraphProfiling() { in StopGraphProfiling() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
H A DGrpcGraph.cpp381 Status GrpcGraph::StopGraphProfiling() { in StopGraphProfiling() function in android::automotive::computepipe::graph::GrpcGraph
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/
H A DLocalPrebuildGraphFuzzer.cpp103 graph->StopGraphProfiling(); in LLVMFuzzerTestOneInput()
H A DGrpcGraphFuzzer.cpp102 graph->StopGraphProfiling(); in LLVMFuzzerTestOneInput()
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/
H A DDefaultEngine.cpp177 return mGraph->StopGraphProfiling(); in processClientCommand()