Home
last modified time | relevance | path

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

/packages/services/Car/cpp/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.cpp92 mEngineInterface = engineInterface; in initialize()
427 std::shared_ptr<PrebuiltEngineInterface> engineInterface = mEngineInterface.lock(); in dispatchPixelData()
435 std::shared_ptr<PrebuiltEngineInterface> engineInterface = mEngineInterface.lock(); in dispatchSerializedData()
447 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