Home
last modified time | relevance | path

Searched refs:AdapterCallbackService (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dadapter_callback_service.h26 class AdapterCallbackService final: public IIntellVoiceEngineCallback {
28 …explicit AdapterCallbackService(std::shared_ptr<IntellVoiceAdapterListener> listener) : listener_(… in AdapterCallbackService() function
29 virtual ~AdapterCallbackService() = default;
H A Dadapter_callback_service.cpp22 int32_t AdapterCallbackService::OnIntellVoiceHdiEvent(const IntellVoiceEngineCallBackEvent& event) in OnIntellVoiceHdiEvent()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.cpp105 … callback_ = sptr<IIntellVoiceEngineCallback>(new (std::nothrow) AdapterCallbackService(listener)); in SetCallback()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.cpp127 …callback_ = sptr<IIntellVoiceEngineCallback>(new (std::nothrow) AdapterCallbackService(adapterList… in SetCallbackInner()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp159 …callback_ = sptr<IIntellVoiceEngineCallback>(new (std::nothrow) AdapterCallbackService(adapterList… in SetCallbackInner()