Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp78 if (mEngineInterface.lock() != nullptr) { in handleConfigPhase()
249 mPrebuiltGraphInstance->mEngineInterface = engineInterface; in GetPrebuiltGraphFromLibrary()
372 std::shared_ptr<PrebuiltEngineInterface> engineInterface = graph->mEngineInterface.lock(); in OutputStreamCallbackFunction()
385 std::shared_ptr<PrebuiltEngineInterface> engineInterface = graph->mEngineInterface.lock(); in OutputPixelStreamCallbackFunction()
398 std::shared_ptr<PrebuiltEngineInterface> engineInterface = graph->mEngineInterface.lock(); in GraphTerminationCallbackFunction()
DGrpcGraph.cpp88 mEngineInterface = engineInterface; in initialize()
423 std::shared_ptr<PrebuiltEngineInterface> engineInterface = mEngineInterface.lock(); in dispatchPixelData()
431 std::shared_ptr<PrebuiltEngineInterface> engineInterface = mEngineInterface.lock(); in dispatchSerializedData()
443 std::shared_ptr<PrebuiltEngineInterface> engineInterface = mEngineInterface.lock(); in dispatchGraphTerminationMessage()
DGrpcGraph.h119 std::weak_ptr<PrebuiltEngineInterface> mEngineInterface; variable
DLocalPrebuiltGraph.h114 std::weak_ptr<PrebuiltEngineInterface> mEngineInterface; variable