Searched refs:StartDetection (Results 1 – 3 of 3) sorted by relevance
274 bool IntellVoiceServiceManager::StartDetection(int32_t uuid) in StartDetection() function in OHOS::IntellVoiceEngine::IntellVoiceServiceManager330 StartDetection(VOICE_WAKEUP_MODEL_UUID); in OnDetected()331 StartDetection(PROXIMAL_WAKEUP_MODEL_UUID); in OnDetected()357 if (!StartDetection(uuid)) { in CreateAndStartServiceObject()466 StartDetection(VOICE_WAKEUP_MODEL_UUID); in OnSwitchChange()467 StartDetection(PROXIMAL_WAKEUP_MODEL_UUID); in OnSwitchChange()898 TaskExecutor::AddAsyncTask([this]() { StartDetection(VOICE_WAKEUP_MODEL_UUID); }); in HandleCloseWakeupSource()899 TaskExecutor::AddAsyncTask([this]() { StartDetection(PROXIMAL_WAKEUP_MODEL_UUID); }); in HandleCloseWakeupSource()
80 bool StartDetection(int32_t uuid);
69 manager->StartDetection(size); in IntellVoiceServiceManagerFuzzTest()