Searched refs:sound_trigger_sound_model (Results 1 – 10 of 10) sorted by relevance
160 struct sound_trigger_sound_model { struct187 struct sound_trigger_sound_model common;197 struct sound_trigger_sound_model common;
94 struct sound_trigger_sound_model* halSoundModel; in doLoadSoundModel()349 struct sound_trigger_sound_model* SoundTriggerHalImpl::convertSoundModelToHal( in convertSoundModelToHal()351 struct sound_trigger_sound_model* halModel = NULL; in convertSoundModelToHal()369 halModel = reinterpret_cast<struct sound_trigger_sound_model*>(halKeyPhraseModel); in convertSoundModelToHal()372 size_t allocSize = sizeof(struct sound_trigger_sound_model) + soundModel->data.size(); in convertSoundModelToHal()373 halModel = static_cast<struct sound_trigger_sound_model*>(malloc(allocSize)); in convertSoundModelToHal()378 halModel->data_offset = sizeof(struct sound_trigger_sound_model); in convertSoundModelToHal()
154 struct sound_trigger_sound_model* convertSoundModelToHal(
112 struct sound_trigger_sound_model* halSoundModel; in doLoadSoundModel()371 struct sound_trigger_sound_model* SoundTriggerHw::convertSoundModelToHal( in convertSoundModelToHal()373 struct sound_trigger_sound_model* halModel = NULL; in convertSoundModelToHal()391 halModel = reinterpret_cast<struct sound_trigger_sound_model*>(halKeyPhraseModel); in convertSoundModelToHal()394 size_t allocSize = sizeof(struct sound_trigger_sound_model) + soundModel->data.size(); in convertSoundModelToHal()395 halModel = static_cast<struct sound_trigger_sound_model*>(malloc(allocSize)); in convertSoundModelToHal()400 halModel->data_offset = sizeof(struct sound_trigger_sound_model); in convertSoundModelToHal()
149 struct sound_trigger_sound_model* convertSoundModelToHal(
113 struct sound_trigger_sound_model* halSoundModel; in doLoadSoundModel()379 struct sound_trigger_sound_model* SoundTriggerHw::convertSoundModelToHal( in convertSoundModelToHal()381 struct sound_trigger_sound_model* halModel = NULL; in convertSoundModelToHal()399 halModel = reinterpret_cast<struct sound_trigger_sound_model*>(halKeyPhraseModel); in convertSoundModelToHal()402 size_t allocSize = sizeof(struct sound_trigger_sound_model) + soundModel->data.size(); in convertSoundModelToHal()403 halModel = static_cast<struct sound_trigger_sound_model*>(malloc(allocSize)); in convertSoundModelToHal()408 halModel->data_offset = sizeof(struct sound_trigger_sound_model); in convertSoundModelToHal()
168 struct sound_trigger_sound_model* convertSoundModelToHal(
86 struct sound_trigger_sound_model *sound_model,
608 struct sound_trigger_sound_model *sound_model, in stdev_load_sound_model()622 sound_model->data_offset < sizeof(struct sound_trigger_sound_model)) { in stdev_load_sound_model()
2684 struct sound_trigger_sound_model *sound_model, in stdev_load_sound_model()2711 sound_model->data_offset < sizeof(struct sound_trigger_sound_model)) { in stdev_load_sound_model()