Searched refs:IntellVoiceEngineAdapterImpl (Results 1 – 3 of 3) sorted by relevance
32 IntellVoiceEngineAdapterImpl::IntellVoiceEngineAdapterImpl(std::unique_ptr<IEngine> engine) in IntellVoiceEngineAdapterImpl() function in OHOS::IntelligentVoice::Engine::IntellVoiceEngineAdapterImpl36 IntellVoiceEngineAdapterImpl::~IntellVoiceEngineAdapterImpl() in ~IntellVoiceEngineAdapterImpl()61 int32_t IntellVoiceEngineAdapterImpl::Attach(const IntellVoiceEngineAdapterInfo &info) in Attach()67 int32_t IntellVoiceEngineAdapterImpl::Detach() in Detach()73 int32_t IntellVoiceEngineAdapterImpl::SetParameter(const std::string &keyValueList) in SetParameter()85 int32_t IntellVoiceEngineAdapterImpl::Start(const StartInfo &info) in Start()91 int32_t IntellVoiceEngineAdapterImpl::Stop() in Stop()97 int32_t IntellVoiceEngineAdapterImpl::WriteAudio(const std::vector<uint8_t> &buffer) in WriteAudio()102 int32_t IntellVoiceEngineAdapterImpl::Evaluate(const std::string &word, EvaluationResultInfo &info) in Evaluate()107 int32_t IntellVoiceEngineAdapterImpl::Read(ContentType type, sptr<Ashmem> &buffer) in Read()[all …]
45 class IntellVoiceEngineAdapterImpl : public HDI::IntelligentVoice::Engine::V1_2::IIntellVoiceEngine…47 explicit IntellVoiceEngineAdapterImpl(std::unique_ptr<IEngine> engine);48 ~IntellVoiceEngineAdapterImpl();
133 (new (std::nothrow) IntellVoiceEngineAdapterImpl(std::move(engine))); in CreateAdapterInner()