Home
last modified time | relevance | path

Searched refs:StopGraphExecution (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A DLocalPrebuiltGraph.cpp144 return StopGraphExecution(/* flushOutputFrames = */ true); in handleStopWithFlushPhase()
159 return StopGraphExecution(/* flushOutputFrames = */ false); in handleStopImmediatePhase()
239 LOAD_FUNCTION(StopGraphExecution); in GetPrebuiltGraphFromLibrary()
325 Status LocalPrebuiltGraph::StopGraphExecution(bool flushOutputFrames) { in StopGraphExecution() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
H A DLocalPrebuiltGraph.h99 Status StopGraphExecution(bool flushOutputFrames);
/aosp12/packages/services/Car/cpp/computepipe/runner/include/
H A Dprebuilt_interface.h116 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(StopGraphExecution)(bool flushOutputFrames);
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/proto/
H A DGrpcPrebuiltGraphService.proto93 rpc StopGraphExecution(StopGraphExecutionRequest) returns (StatusResponse) {}
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/
H A DGrpcGraphServerImpl.h150 ::grpc::Status StopGraphExecution(::grpc::ServerContext* context, in StopGraphExecution() function