Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.cpp238 proto::StopGraphExecutionRequest stopExecutionRequest; in handleStopWithFlushPhase() local
239 stopExecutionRequest.set_stop_immediate(false); in handleStopWithFlushPhase()
242 mGraphStub->AsyncStopGraphExecution(&context, stopExecutionRequest, &cq)); in handleStopWithFlushPhase()
281 proto::StopGraphExecutionRequest stopExecutionRequest; in handleStopImmediatePhase() local
282 stopExecutionRequest.set_stop_immediate(true); in handleStopImmediatePhase()
285 mGraphStub->AsyncStopGraphExecution(&context, stopExecutionRequest, &cq)); in handleStopImmediatePhase()