Home
last modified time | relevance | path

Searched refs:V2_2_ISoundTriggerHw (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp171 sp<V2_2_ISoundTriggerHw> soundtrigger_2_2 = toService2_2(soundtrigger); in loadSoundModel()
174 V2_2_ISoundTriggerHw::PhraseSoundModel halSoundModel; in loadSoundModel()
214 V2_2_ISoundTriggerHw::SoundModel halSoundModel; in loadSoundModel()
313 sp<V2_2_ISoundTriggerHw> soundtrigger_2_2 = toService2_2(soundtrigger); in startRecognition()
317 V2_2_ISoundTriggerHw::RecognitionConfig halConfig; in startRecognition()
405 sp<V2_2_ISoundTriggerHw> soundtrigger_2_2 = toService2_2(soundtrigger); in getModelState()
462 sp<V2_2_ISoundTriggerHw> SoundTriggerHalHidl::toService2_2(const sp<ISoundTriggerHw>& s) in toService2_2()
464 auto castResult_2_2 = V2_2_ISoundTriggerHw::castFrom(s); in toService2_2()
465 return castResult_2_2.isOk() ? static_cast<sp<V2_2_ISoundTriggerHw>>(castResult_2_2) : nullptr; in toService2_2()
DSoundTriggerHalHidl.h50 using V2_2_ISoundTriggerHw = variable
196 sp<V2_2_ISoundTriggerHw> toService2_2(const sp<ISoundTriggerHw>& s);