Searched refs:convertSoundModelToHal (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/soundtrigger/ |
D | SoundTriggerHalHidl.cpp | 215 auto result = convertSoundModelToHal(&halSoundModel, sound_model); in loadSoundModel() 228 auto result = convertSoundModelToHal(&halSoundModel, sound_model); in loadSoundModel() 241 convertSoundModelToHal(&halSoundModel, sound_model); in loadSoundModel() 551 void SoundTriggerHalHidl::convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel, in convertSoundModelToHal() function in android::SoundTriggerHalHidl 560 std::pair<bool, sp<IMemory>> SoundTriggerHalHidl::convertSoundModelToHal( in convertSoundModelToHal() function in android::SoundTriggerHalHidl 564 convertSoundModelToHal(&halModel->header, soundModel); in convertSoundModelToHal() 575 convertSoundModelToHal(&halKeyPhraseModel->common, soundModel); in convertPhraseSoundModelToHal() 585 return convertSoundModelToHal(&halKeyPhraseModel->common, soundModel); in convertPhraseSoundModelToHal()
|
D | SoundTriggerHalHidl.h | 157 void convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel, 159 std::pair<bool, sp<IMemory>> convertSoundModelToHal(
|