Searched refs:structSize (Results 1 – 2 of 2) sorted by relevance
594 size_t structSize; in loadSoundModel() local596 structSize = sizeof(struct sound_trigger_phrase_sound_model); in loadSoundModel()598 structSize = sizeof(struct sound_trigger_sound_model); in loadSoundModel()601 if (sound_model->data_offset < structSize || in loadSoundModel()
1225 uint32_t structSize = std::max(mParamSize, parentOffset) - parentOffset; in descendInto() local1226 if (GetEndOffset(dummy) > GetEndOffset(field, structSize)) { in descendInto()