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

  /frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.h 146 void convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel,
148 std::pair<bool, sp<IMemory>> convertSoundModelToHal(
SoundTriggerHalHidl.cpp 200 convertSoundModelToHal(&halSoundModel, sound_model);
209 auto result = convertSoundModelToHal(&halSoundModel, sound_model);
474 void SoundTriggerHalHidl::convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel,
483 std::pair<bool, sp<IMemory>> SoundTriggerHalHidl::convertSoundModelToHal(
487 convertSoundModelToHal(&halModel->header, soundModel);
498 convertSoundModelToHal(&halKeyPhraseModel->common, soundModel);
508 return convertSoundModelToHal(&halKeyPhraseModel->common, soundModel);
  /hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.h 154 struct sound_trigger_sound_model* convertSoundModelToHal(
SoundTriggerHalImpl.cpp 103 halSoundModel = convertSoundModelToHal(&soundModel);
349 struct sound_trigger_sound_model* SoundTriggerHalImpl::convertSoundModelToHal(
358 "malloc failed for size %zu in convertSoundModelToHal PHRASE",
375 "malloc failed for size %zu in convertSoundModelToHal GENERIC",

Completed in 291 milliseconds