Searched refs:StopGraphProfiling (Results 1 – 9 of 9) sorted by relevance
73 virtual Status StopGraphProfiling() = 0;
99 rpc StopGraphProfiling(StopGraphProfilingRequest) returns (StatusResponse) {} rpc
91 Status StopGraphProfiling() override;
88 Status StopGraphProfiling() override;
241 LOAD_FUNCTION(StopGraphProfiling); in GetPrebuiltGraphFromLibrary()341 Status LocalPrebuiltGraph::StopGraphProfiling() { in StopGraphProfiling() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
381 Status GrpcGraph::StopGraphProfiling() { in StopGraphProfiling() function in android::automotive::computepipe::graph::GrpcGraph
103 graph->StopGraphProfiling(); in LLVMFuzzerTestOneInput()
102 graph->StopGraphProfiling(); in LLVMFuzzerTestOneInput()
177 return mGraph->StopGraphProfiling(); in processClientCommand()