Searched refs:mEngineInterface (Results 1 – 4 of 4) sorted by relevance
78 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()
88 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()
119 std::weak_ptr<PrebuiltEngineInterface> mEngineInterface; variable
114 std::weak_ptr<PrebuiltEngineInterface> mEngineInterface; variable