Home
last modified time | relevance | path

Searched refs:IntellVoiceUtils (Results 1 - 25 of 80) sorted by relevance

1234

/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/
H A Dupdate_engine_controller.h28 class UpdateEngineController : public OHOS::IntellVoiceUtils::ITimerObserver,
29 private OHOS::IntellVoiceUtils::TimerMgr {
55 void OnTimerEvent(OHOS::IntellVoiceUtils::TimerEvent &info) override;
68 int timerId_ = OHOS::IntellVoiceUtils::INVALID_ID;
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_detector.cpp40 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in StartRecognition()
51 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in StopRecognition()
62 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in UnloadTriggerModel()
H A Dtrigger_manager.cpp29 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in TriggerManager()
82 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in CreateTriggerDetector()
95 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in ReleaseTriggerDetector()
/foundation/ai/intelligent_voice_framework/utils/
H A Dscope_guard.h21 namespace IntellVoiceUtils { namespace
87 auto __onScopeGuardExit__ = OHOS::IntellVoiceUtils::ScopeGuardOnExit() + [&]()
96 auto variable_name = OHOS::IntellVoiceUtils::ScopeGuardOnExit() + [&]()
H A Dmemory_guard.h19 namespace IntellVoiceUtils { namespace
H A Dbase_constants.h21 namespace IntellVoiceUtils { namespace
H A Did_allocator.h21 namespace IntellVoiceUtils { namespace
H A Dmemory_guard.cpp23 namespace IntellVoiceUtils { namespace
H A Dintell_voice_death_recipient.h23 namespace IntellVoiceUtils { namespace
H A Dbase_thread.h24 namespace IntellVoiceUtils { namespace
H A Dmsg_handle_thread.h23 namespace IntellVoiceUtils { namespace
H A Dthread_wrapper.h26 namespace IntellVoiceUtils { namespace
H A Dbase_thread.cpp24 namespace IntellVoiceUtils { namespace
H A Did_allocator.cpp24 namespace IntellVoiceUtils { namespace
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Ddata_operation_callback.cpp22 using namespace OHOS::IntellVoiceUtils;
56 std::unique_ptr<OHOS::IntellVoiceUtils::Uint8ArrayBuffer> outData = nullptr; in OnIntellVoiceDataOprEvent()
83 std::unique_ptr<OHOS::IntellVoiceUtils::Uint8ArrayBuffer> DataOperationCallback::CreateArrayBufferFromAshmem( in CreateArrayBufferFromAshmem()
112 const std::unique_ptr<OHOS::IntellVoiceUtils::Uint8ArrayBuffer> &buffer, const std::string &name) in CreateAshmemFromArrayBuffer()
H A Ddata_operation_callback.h37 std::unique_ptr<OHOS::IntellVoiceUtils::Uint8ArrayBuffer> CreateArrayBufferFromAshmem(const sptr<Ashmem> &ashmem);
38 sptr<Ashmem> CreateAshmemFromArrayBuffer(const std::unique_ptr<OHOS::IntellVoiceUtils::Uint8ArrayBuffer> &buffer,
H A Daudio_debug.cpp33 auto path = PCM_DIR + OHOS::IntellVoiceUtils::TimeUtil::GetCurrTime() + suffix+ ".pcm"; in CreateAudioDebugFile()
H A Dengine_factory.cpp23 using namespace OHOS::IntellVoiceUtils;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.h32 using OHOS::IntellVoiceUtils::StateMsg;
33 using OHOS::IntellVoiceUtils::State;
35 class HeadsetWakeupEngineImpl : private OHOS::IntellVoiceUtils::ModuleStates, private EngineUtil,
86 friend class OHOS::IntellVoiceUtils::UniquePtrFactory<HeadsetWakeupEngineImpl>;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.h33 using OHOS::IntellVoiceUtils::StateMsg;
34 using OHOS::IntellVoiceUtils::State;
36 class WakeupEngineImpl : private OHOS::IntellVoiceUtils::ModuleStates, private EngineUtil,
H A Dwakeup_engine.h58 OHOS::IntellVoiceUtils::UniqueProductType<HeadsetWakeupEngineImpl> headsetImpl_ =
59 OHOS::IntellVoiceUtils::UniqueProductType<HeadsetWakeupEngineImpl>(nullptr, nullptr);
H A Dwakeup_engine_obj.h32 friend class IntellVoiceUtils::SptrFactory<EngineBase, WakeupEngineObj>;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.h47 private OHOS::IntellVoiceUtils::TaskExecutor {
170 IntellVoiceUtils::UniqueProductType<SwitchProvider> switchProvider_ =
171 IntellVoiceUtils::UniqueProductType<SwitchProvider> {nullptr, nullptr};
172 std::map<IntellVoiceEngineType, sptr<IntellVoiceUtils::IntellVoiceDeathRecipient>> proxyDeathRecipient_;
/foundation/ai/intelligent_voice_framework/llt/hdt/testcase/intell_voice_utils/
H A Dtest_time_util.cpp22 namespace IntellVoiceUtils { namespace
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dswitch_provider.h37 friend class IntellVoiceUtils::UniquePtrFactory<SwitchProvider>;

Completed in 9 milliseconds

1234