Home
last modified time | relevance | path

Searched defs:StopGraphExecution (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/graph/proto/
DGrpcPrebuiltGraphService.proto93 rpc StopGraphExecution(StopGraphExecutionRequest) returns (StatusResponse) {} rpc
/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/
DGrpcGraphServerImpl.h150 ::grpc::Status StopGraphExecution(::grpc::ServerContext* context, in StopGraphExecution() function
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp325 Status LocalPrebuiltGraph::StopGraphExecution(bool flushOutputFrames) { in StopGraphExecution() function in android::automotive::computepipe::graph::LocalPrebuiltGraph