Home
last modified time | relevance | path

Searched refs:halModel (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp551 void SoundTriggerHalHidl::convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel, in convertSoundModelToHal() argument
554 halModel->type = (SoundModelType)soundModel->type; in convertSoundModelToHal()
555 convertUuidToHal(&halModel->uuid, &soundModel->uuid); in convertSoundModelToHal()
556 convertUuidToHal(&halModel->vendorUuid, &soundModel->vendor_uuid); in convertSoundModelToHal()
557halModel->data.setToExternal((uint8_t *)soundModel + soundModel->data_offset, soundModel->data_siz… in convertSoundModelToHal()
561 V2_1_ISoundTriggerHw::SoundModel *halModel, in convertSoundModelToHal() argument
564 convertSoundModelToHal(&halModel->header, soundModel); in convertSoundModelToHal()
565 return moveVectorToMemory(&halModel->header.data, &halModel->data); in convertSoundModelToHal()
DSoundTriggerHalHidl.h157 void convertSoundModelToHal(ISoundTriggerHw::SoundModel *halModel,
160 V2_1_ISoundTriggerHw::SoundModel *halModel,