Home
last modified time | relevance | path

Searched refs:needStart (Results 1 - 4 of 4) sorted by relevance

/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp470 bool needStart = in OnUpdateAllRecognitionState() local
472 if (needStart == (iter.second->GetState() == MODEL_STARTED)) { in OnUpdateAllRecognitionState()
473 INTELL_VOICE_LOG_INFO("no operation, needStart:%{public}d", needStart); in OnUpdateAllRecognitionState()
476 if (needStart) { in OnUpdateAllRecognitionState()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_controller.cpp129 bool needStart = false; in StartUser() local
131 needStart = true; in StartUser()
140 if (needStart) { in StartUser()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dcapturer_in_server.h85 int32_t needStart = 0; member in OHOS::AudioStandard::CapturerInServer
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dcapturer_in_server.cpp271 AUDIO_DEBUG_LOG("audioServerBuffer_->GetAvailableDataFrames(): %{public}d, needStart: %{public}d", in UpdateReadIndex()
272 audioServerBuffer_->GetAvailableDataFrames(), needStart); in UpdateReadIndex()
294 needStart = 0;

Completed in 4 milliseconds