Home | History | Annotate | Download | only in default

Lines Matching refs:SoundModel

101     const V2_1::ISoundTriggerHw::SoundModel& soundModel,
105 V2_0::ISoundTriggerHw::SoundModel soundModel_2_0(soundModel.header);
106 auto result = memoryAsVector(soundModel.data, &soundModel_2_0.data);
118 const V2_1::ISoundTriggerHw::PhraseSoundModel& soundModel,
123 soundModel_2_0.common = soundModel.common.header;
126 const_cast<V2_0::ISoundTriggerHw::Phrase*>(soundModel.phrases.data()),
127 soundModel.phrases.size());
128 auto result = memoryAsVector(soundModel.common.data, &soundModel_2_0.common.data);
132 _hidl_cb(doLoadSoundModel((const V2_0::ISoundTriggerHw::SoundModel&)soundModel_2_0, client),