HomeSort by relevance Sort by last modified time
    Searched refs:halKeyPhraseModel (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.h 152 void convertPhraseSoundModelToHal(ISoundTriggerHw::PhraseSoundModel *halKeyPhraseModel,
155 V2_1_ISoundTriggerHw::PhraseSoundModel *halKeyPhraseModel,
SoundTriggerHalHidl.cpp 492 ISoundTriggerHw::PhraseSoundModel *halKeyPhraseModel,
497 convertTriggerPhrasesToHal(&halKeyPhraseModel->phrases, keyPhraseModel);
498 convertSoundModelToHal(&halKeyPhraseModel->common, soundModel);
502 V2_1_ISoundTriggerHw::PhraseSoundModel *halKeyPhraseModel,
507 convertTriggerPhrasesToHal(&halKeyPhraseModel->phrases, keyPhraseModel);
508 return convertSoundModelToHal(&halKeyPhraseModel->common, soundModel);
  /hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.cpp 355 struct sound_trigger_phrase_sound_model* halKeyPhraseModel =
357 LOG_ALWAYS_FATAL_IF(halKeyPhraseModel == NULL,
366 convertTriggerPhraseToHal(&halKeyPhraseModel->phrases[i], &keyPhraseModel->phrases[i]);
368 halKeyPhraseModel->num_phrases = (unsigned int)i;
369 halModel = reinterpret_cast<struct sound_trigger_sound_model*>(halKeyPhraseModel);

Completed in 1117 milliseconds