Searched refs:CreateEngineInner (Results 1 – 4 of 4) sorted by relevance
26 MessageParcel &reply) -> int32_t { return this->CreateEngineInner(data, reply); }; in IntellVoiceServiceStub()52 int32_t IntellVoiceServiceStub::CreateEngineInner(MessageParcel &data, MessageParcel &reply) in CreateEngineInner() function in OHOS::IntellVoiceEngine::IntellVoiceServiceStub
37 int32_t CreateEngineInner(MessageParcel &data, MessageParcel &reply);
102 return CreateEngineInner(type, param); in CreateEngine()105 sptr<IIntellVoiceEngine> IntellVoiceServiceManager::CreateEngineInner(IntellVoiceEngineType type, in CreateEngineInner() function in OHOS::IntellVoiceEngine::IntellVoiceServiceManager184 if (CreateEngineInner(INTELL_VOICE_WAKEUP) == nullptr) { in CreateOrResetWakeupEngine()
130 …sptr<IIntellVoiceEngine> CreateEngineInner(IntellVoiceEngineType type, const std::string ¶m = …