Searched refs:g_defaultDspSentenceThresholds (Results 1 – 2 of 2) sorted by relevance
61 std::vector<int32_t> IntellVoiceServiceManager::g_defaultDspSentenceThresholds = {101, 101, 101}; member in OHOS::IntellVoiceEngine::IntellVoiceServiceManager378 if ((index < 0) || (index >= static_cast<int32_t>(g_defaultDspSentenceThresholds.size()))) { in SetDspSensibility()383 …triggerMgr->SetParameter("WAKEUP_SENSIBILITY", std::to_string(g_defaultDspSentenceThresholds[index… in SetDspSensibility()
154 static std::vector<int32_t> g_defaultDspSentenceThresholds; variable