Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.cpp91 mGraphStub = proto::GrpcGraphService::NewStub(channel); in initialize()
101 mGraphStub->AsyncGetGraphOptions(&context, getGraphOptionsRequest, &cq)); in initialize()
150 mGraphStub->AsyncSetGraphConfig(&context, setGraphConfigRequest, &cq)); in handleConfigPhase()
202 mGraphStub->AsyncStartGraphExecution(&context, startExecutionRequest, &cq)); in handleExecutionPhase()
242 mGraphStub->AsyncStopGraphExecution(&context, stopExecutionRequest, &cq)); in handleStopWithFlushPhase()
285 mGraphStub->AsyncStopGraphExecution(&context, stopExecutionRequest, &cq)); in handleStopImmediatePhase()
325 mGraphStub->AsyncResetGraph(&context, resetGraphRequest, &cq)); in handleResetPhase()
366 mGraphStub->AsyncStartGraphProfiling(&context, startProfilingRequest, &cq)); in StartGraphProfiling()
390 mGraphStub->AsyncStopGraphProfiling(&context, stopProfilingRequest, &cq)); in StopGraphProfiling()
413 mGraphStub->AsyncGetProfilingData(&context, profilingDataRequest, &cq)); in GetDebugInfo()
DGrpcGraph.h99 return mGraphStub.get(); in getServiceStub()
124 std::unique_ptr<proto::GrpcGraphService::Stub> mGraphStub; variable