Searched refs:addModel (Results 1 – 4 of 4) sorted by relevance
61 void addModel(UUID modelUuid, String state); in addModel() method194 mUserActivity.addModel(entry.getKey(), entry.getValue().name); in setUserActivity()516 mUserActivity.addModel(modelInfo.modelUuid, modelInfo.name); in createModelInfo()
121 public void addModel(UUID modelUuid, String name) { in addModel() method in SoundTriggerTestActivity
1607 uint32_t sourceModelIndex = plan->getSourceModels().addModel(this); in partitionTheWork()1732 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()1733 uint32_t elseModelIndex = sourceModels->addModel(elseModel); in partitionTheWorkInternal()1789 uint32_t condModelIndex = sourceModels->addModel(condModel); in partitionTheWorkInternal()1790 uint32_t bodyModelIndex = sourceModels->addModel(bodyModel); in partitionTheWorkInternal()
94 uint32_t addModel(const ModelBuilder* model) { in addModel() function