Home
last modified time | relevance | path

Searched defs:engineInterface (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp53 std::shared_ptr<PrebuiltEngineInterface> engineInterface = in TEST() local
65 std::shared_ptr<PrebuiltEngineInterface> engineInterface = in TEST() local
110 std::shared_ptr<PrebuiltEngineInterface> engineInterface = in TEST() local
/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.cpp88 std::weak_ptr<PrebuiltEngineInterface> engineInterface) { in initialize()
427 std::shared_ptr<PrebuiltEngineInterface> engineInterface = mEngineInterface.lock(); in dispatchPixelData() local
435 std::shared_ptr<PrebuiltEngineInterface> engineInterface = mEngineInterface.lock(); in dispatchSerializedData() local
447 std::shared_ptr<PrebuiltEngineInterface> engineInterface = mEngineInterface.lock(); in dispatchGraphTerminationMessage() local
455 const std::string& address, std::weak_ptr<PrebuiltEngineInterface> engineInterface) { in GetRemoteGraphFromAddress()
DLocalPrebuiltGraph.cpp180 std::weak_ptr<PrebuiltEngineInterface> engineInterface) { in GetPrebuiltGraphFromLibrary()
372 std::shared_ptr<PrebuiltEngineInterface> engineInterface = graph->mEngineInterface.lock(); in OutputStreamCallbackFunction() local
385 std::shared_ptr<PrebuiltEngineInterface> engineInterface = graph->mEngineInterface.lock(); in OutputPixelStreamCallbackFunction() local
398 std::shared_ptr<PrebuiltEngineInterface> engineInterface = graph->mEngineInterface.lock(); in GraphTerminationCallbackFunction() local
412 std::weak_ptr<PrebuiltEngineInterface> engineInterface) { in GetLocalGraphFromLibrary()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DLocalPrebuildGraphFuzzer.cpp59 std::shared_ptr<PrebuiltEngineInterface> engineInterface = in LLVMFuzzerTestOneInput() local
/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp55 std::shared_ptr<InputEngineInterface> engineInterface) : in VideoDecoder()