Searched refs:nSoundModel (Results 1 – 1 of 1) sorted by relevance
492 struct sound_trigger_sound_model *nSoundModel; in android_hardware_SoundTrigger_loadSoundModel() local576 nSoundModel = (struct sound_trigger_sound_model *)memory->pointer(); in android_hardware_SoundTrigger_loadSoundModel()578 nSoundModel->type = type; in android_hardware_SoundTrigger_loadSoundModel()579 nSoundModel->uuid = nUuid; in android_hardware_SoundTrigger_loadSoundModel()580 nSoundModel->vendor_uuid = nVendorUuid; in android_hardware_SoundTrigger_loadSoundModel()581 nSoundModel->data_size = size; in android_hardware_SoundTrigger_loadSoundModel()582 nSoundModel->data_offset = offset; in android_hardware_SoundTrigger_loadSoundModel()583 memcpy((char *)nSoundModel + offset, nData, size); in android_hardware_SoundTrigger_loadSoundModel()586 (struct sound_trigger_phrase_sound_model *)nSoundModel; in android_hardware_SoundTrigger_loadSoundModel()