Searched refs:StopGraphExecution (Results 1 – 5 of 5) sorted by relevance
144 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
99 Status StopGraphExecution(bool flushOutputFrames);
116 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(StopGraphExecution)(bool flushOutputFrames);
93 rpc StopGraphExecution(StopGraphExecutionRequest) returns (StatusResponse) {}
150 ::grpc::Status StopGraphExecution(::grpc::ServerContext* context, in StopGraphExecution() function