Searched refs:inputEngineInterface (Results 1 – 3 of 3) sorted by relevance
53 void AnalyzeCallback::setEngineInterface(std::shared_ptr<InputEngineInterface> inputEngineInterface… in setEngineInterface() argument55 mInputEngineInterface = inputEngineInterface; in setEngineInterface()59 std::shared_ptr<InputEngineInterface> inputEngineInterface) in EvsInputManager() argument60 : mInputEngineInterface(inputEngineInterface), mInputConfig(inputConfig) { in EvsInputManager()65 std::shared_ptr<InputEngineInterface> inputEngineInterface) { in createEvsInputManager() argument66 auto evsManager = std::make_unique<EvsInputManager>(inputConfig, inputEngineInterface); in createEvsInputManager()
41 const proto::InputConfig& config, std::shared_ptr<InputEngineInterface> inputEngineInterface) { in createInputManager() argument45 return EvsInputManager::createEvsInputManager(config, inputEngineInterface); in createInputManager()
44 void setEngineInterface(std::shared_ptr<InputEngineInterface> inputEngineInterface);57 std::shared_ptr<InputEngineInterface> inputEngineInterface);61 std::shared_ptr<InputEngineInterface> inputEngineInterface);