Home
last modified time | relevance | path

Searched refs:GetHeadsetAwakeState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_wrapper.cpp113 int32_t HeadsetWakeupWrapper::GetHeadsetAwakeState() in GetHeadsetAwakeState() function in OHOS::IntellVoiceEngine::HeadsetWakeupWrapper
122 return inst_->GetHeadsetAwakeState(); in GetHeadsetAwakeState()
H A Dheadset_wakeup_wrapper.h40 int32_t GetHeadsetAwakeState();
H A Dheadset_wakeup_engine_impl.h44 using HeadsetWakeupWrapper::GetHeadsetAwakeState;
/ohos5.0/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Di_headset_wakeup.h28 virtual int32_t GetHeadsetAwakeState() = 0;
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.cpp44 if ((headsetImpl_ != nullptr) && (headsetImpl_->GetHeadsetAwakeState() == 1)) { in OnDetected()