Home
last modified time | relevance | path

Searched refs:EngineBase (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Dengine_base.cpp21 IntellVoiceStatus EngineBase::SetListener(std::shared_ptr<IEngineCallback> listener) in SetListener()
27 IntellVoiceStatus EngineBase::Release() in Release()
33 IntellVoiceStatus EngineBase::SetParameter(const std::string & /* keyValueList */) in SetParameter()
38 IntellVoiceStatus EngineBase::GetParameter(const std::string & /* keyList */, getParameterCb /* cb */) in GetParameter()
43 IntellVoiceStatus EngineBase::Write(const uint8_t * /* buffer */, uint32_t /* size */) in Write()
48 IntellVoiceStatus EngineBase::Stop() in Stop()
53 IntellVoiceStatus EngineBase::Cancel() in Cancel()
58 IntellVoiceStatus EngineBase::ReadFileData(ContentType /* type */, getFileDataCb /* cb */) in ReadFileData()
63 IntellVoiceStatus EngineBase::GetWakeupPcm(std::vector<uint8_t> & /* data */) in GetWakeupPcm()
68 IntellVoiceStatus EngineBase
[all...]
H A Dengine_base.h22 class EngineBase : public IEngine { class
24 EngineBase() = default;
25 ~EngineBase() = default;
H A Dengine_factory.cpp28 std::unique_ptr<EngineBase> EngineFactory::CreateEngine(IntellVoiceEngineAdapterType type) in CreateEngine()
30 std::unique_ptr<EngineBase> engine = nullptr; in CreateEngine()
H A Dengine_factory.h29 static std::unique_ptr<EngineBase> CreateEngine(IntellVoiceEngineAdapterType type);
H A Dwakeup_engine.h22 class WakeupEngine : public EngineBase {
H A Denroll_engine.h23 class EnrollEngine : public EngineBase {

Completed in 1 milliseconds