Searched refs:WaitUntil (Results 1 - 3 of 3) sorted by relevance
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/ |
H A D | headset_wakeup_engine_impl.cpp | 82 .WaitUntil(RECOGNIZING_TIMEOUT, std::bind(&HeadsetWakeupEngineImpl::HandleRecognizingTimeout, in InitStates() 88 .WaitUntil(RECOGNIZE_COMPLETE_TIMEOUT, std::bind(&HeadsetWakeupEngineImpl::HandleStopCapturer, in InitStates() 93 .WaitUntil(READ_CAPTURER_TIMEOUT, std::bind(&HeadsetWakeupEngineImpl::HandleStopCapturer, in InitStates()
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | state_manager.h | 99 StateActions& WaitUntil(int type, HandleMsg handler, int64_t delayUs, int cookie = 0) in WaitUntil() function
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine_impl.cpp | 91 .WaitUntil(RECOGNIZING_TIMEOUT, in InitStates() 98 .WaitUntil(RECOGNIZE_COMPLETE_TIMEOUT, in InitStates() 105 .WaitUntil(READ_CAPTURER_TIMEOUT, in InitStates()
|
Completed in 3 milliseconds