Searched refs:StartRecognition (Results 1 – 8 of 8) sorted by relevance
38 bool TriggerDetector::StartRecognition() in StartRecognition() function in OHOS::IntellVoiceTrigger::TriggerDetector45 service_->StartRecognition(uuid_, callback_); in StartRecognition()
30 bool StartRecognition();
31 …int32_t StartRecognition(int32_t uuid, std::shared_ptr<IIntellVoiceTriggerRecognitionCallback> cal…
187 return StartRecognition(modelData); in StartGenericRecognition()301 int32_t TriggerHelper::StartRecognition(shared_ptr<TriggerModelData> modelData) in StartRecognition() function in OHOS::IntellVoiceTrigger::TriggerHelper475 StartRecognition(iter.second); in OnUpdateAllRecognitionState()
89 int32_t TriggerService::StartRecognition( in StartRecognition() function in OHOS::IntellVoiceTrigger::TriggerService
103 int32_t StartRecognition(std::shared_ptr<TriggerModelData> modelData);
104 detector->StartRecognition();
302 detector_[uuid]->StartRecognition(); in StartDetection()