Home
last modified time | relevance | path

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

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