Home
last modified time | relevance | path

Searched refs:OnIntellVoiceEvent (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Denroll_engine.cpp43 std::thread([&, initEvent]() { callback_->OnIntellVoiceEvent(initEvent); }).detach(); in Init()
61 std::thread([&, commitEvent]() { callback_->OnIntellVoiceEvent(commitEvent); }).detach(); in SetParameter()
79 std::thread([&, startEvent]() { callback_->OnIntellVoiceEvent(startEvent); }).detach(); in Start()
H A Dwakeup_engine.cpp42 callback_->OnIntellVoiceEvent(initEvent); in Init()
58 std::thread([&, startEvent]() { callback_->OnIntellVoiceEvent(startEvent); }).detach(); in Start()
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_adapter_impl.h40 void OnIntellVoiceEvent(const IntellVoiceEngineCallBackEvent &event) override;
H A Dintell_voice_engine_adapter_impl.cpp184 void EngineListener::OnIntellVoiceEvent(const IntellVoiceEngineCallBackEvent &event) in OnIntellVoiceEvent() function in OHOS::EngineListener
/drivers/peripheral/intelligent_voice/interfaces/
H A Di_engine.h44 virtual void OnIntellVoiceEvent(const IntellVoiceEngineCallBackEvent &event) = 0;

Completed in 2 milliseconds