/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/ |
H A D | update_engine_controller.h | 28 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 D | trigger_detector.cpp | 40 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in StartRecognition() 51 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in StopRecognition() 62 OHOS::IntellVoiceUtils::MemoryGuard memoryGuard; in UnloadTriggerModel()
|
H A D | trigger_manager.cpp | 29 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 D | scope_guard.h | 21 namespace IntellVoiceUtils { namespace 87 auto __onScopeGuardExit__ = OHOS::IntellVoiceUtils::ScopeGuardOnExit() + [&]() 96 auto variable_name = OHOS::IntellVoiceUtils::ScopeGuardOnExit() + [&]()
|
H A D | memory_guard.h | 19 namespace IntellVoiceUtils { namespace
|
H A D | base_constants.h | 21 namespace IntellVoiceUtils { namespace
|
H A D | id_allocator.h | 21 namespace IntellVoiceUtils { namespace
|
H A D | memory_guard.cpp | 23 namespace IntellVoiceUtils { namespace
|
H A D | intell_voice_death_recipient.h | 23 namespace IntellVoiceUtils {
namespace
|
H A D | base_thread.h | 24 namespace IntellVoiceUtils { namespace
|
H A D | msg_handle_thread.h | 23 namespace IntellVoiceUtils { namespace
|
H A D | thread_wrapper.h | 26 namespace IntellVoiceUtils { namespace
|
H A D | base_thread.cpp | 24 namespace IntellVoiceUtils { namespace
|
H A D | id_allocator.cpp | 24 namespace IntellVoiceUtils { namespace
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | data_operation_callback.cpp | 22 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 D | data_operation_callback.h | 37 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 D | audio_debug.cpp | 33 auto path = PCM_DIR + OHOS::IntellVoiceUtils::TimeUtil::GetCurrTime() + suffix+ ".pcm"; in CreateAudioDebugFile()
|
H A D | engine_factory.cpp | 23 using namespace OHOS::IntellVoiceUtils;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/ |
H A D | headset_wakeup_engine_impl.h | 32 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 D | wakeup_engine_impl.h | 33 using OHOS::IntellVoiceUtils::StateMsg; 34 using OHOS::IntellVoiceUtils::State; 36 class WakeupEngineImpl : private OHOS::IntellVoiceUtils::ModuleStates, private EngineUtil,
|
H A D | wakeup_engine.h | 58 OHOS::IntellVoiceUtils::UniqueProductType<HeadsetWakeupEngineImpl> headsetImpl_ = 59 OHOS::IntellVoiceUtils::UniqueProductType<HeadsetWakeupEngineImpl>(nullptr, nullptr);
|
H A D | wakeup_engine_obj.h | 32 friend class IntellVoiceUtils::SptrFactory<EngineBase, WakeupEngineObj>;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_service_manager.h | 47 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 D | test_time_util.cpp | 22 namespace IntellVoiceUtils { namespace
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/ |
H A D | switch_provider.h | 37 friend class IntellVoiceUtils::UniquePtrFactory<SwitchProvider>;
|