Home
last modified time | relevance | path

Searched refs:engine (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Dengine_factory.cpp30 std::unique_ptr<EngineBase> engine = nullptr; in CreateEngine() local
34 engine = std::make_unique<EnrollEngine>(); in CreateEngine()
37 engine = std::make_unique<WakeupEngine>(); in CreateEngine()
44 return engine; in CreateEngine()
H A Dintell_voice_engine_manager.cpp31 std::unique_ptr<IEngine> &engine) override
34 engine = EngineFactory::CreateEngine(descriptor.adapterType);
35 if (engine == nullptr) {
36 INTELLIGENT_VOICE_LOGE("failed to create engine");
103 INTELLIGENT_VOICE_LOGD("enter to engine manager stub"); in GetIntellVoiceEngineManagerHalInst()
/drivers/hdf_core/framework/support/platform/test/fuzztest/
H A Drandom.h18 std::default_random_engine engine(rd()); in randNum()
20 return randomNum(engine); in randNum()
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_manager_impl.cpp125 std::unique_ptr<IEngine> engine = nullptr; in CreateAdapterInner() local
126 inst_->CreateAdapter(descriptor, engine); in CreateAdapterInner()
127 if (engine == nullptr) { in CreateAdapterInner()
133 (new (std::nothrow) IntellVoiceEngineAdapterImpl(std::move(engine))); in CreateAdapterInner()
H A Dintell_voice_engine_adapter_impl.cpp32 IntellVoiceEngineAdapterImpl::IntellVoiceEngineAdapterImpl(std::unique_ptr<IEngine> engine) in IntellVoiceEngineAdapterImpl() argument
33 : engine_(std::move(engine)) in IntellVoiceEngineAdapterImpl()
H A Dintell_voice_engine_adapter_impl.h47 explicit IntellVoiceEngineAdapterImpl(std::unique_ptr<IEngine> engine);
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/
H A Dbatteryhdi_fuzz.cpp191 std::default_random_engine engine(rd()); in BatteryHdiFuzzTest()
193 int32_t number = randomNum(engine); in BatteryHdiFuzzTest()
/drivers/peripheral/intelligent_voice/interfaces/
H A Di_engine.h80 std::unique_ptr<IEngine> &engine) = 0;

Completed in 5 milliseconds