Searched refs:halModel (Results 1 – 2 of 2) sorted by relevance
551 void SoundTriggerHalHidl::convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel, in convertSoundModelToHal() argument554 halModel->type = (SoundModelType)soundModel->type; in convertSoundModelToHal()555 convertUuidToHal(&halModel->uuid, &soundModel->uuid); in convertSoundModelToHal()556 convertUuidToHal(&halModel->vendorUuid, &soundModel->vendor_uuid); in convertSoundModelToHal()557 …halModel->data.setToExternal((uint8_t *)soundModel + soundModel->data_offset, soundModel->data_siz… in convertSoundModelToHal()561 V2_1_ISoundTriggerHw::SoundModel *halModel, in convertSoundModelToHal() argument564 convertSoundModelToHal(&halModel->header, soundModel); in convertSoundModelToHal()565 return moveVectorToMemory(&halModel->header.data, &halModel->data); in convertSoundModelToHal()
157 void convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel,160 V2_1_ISoundTriggerHw::SoundModel *halModel,