Lines Matching refs:contollerId
114 struct IEffectControl **contoller, struct ControllerId *contollerId)
116 if (self == NULL || info == NULL || contoller == NULL || contollerId == NULL) {
158 contollerId->libName = strdup(info->libName);
159 contollerId->effectId = strdup(info->effectId);
160 if (contollerId->libName == NULL || contollerId->effectId == NULL) {
170 int32_t EffectModelDestroyEffectController(struct IEffectModel *self, const struct ControllerId *contollerId)
172 if (self == NULL || contollerId == NULL) {
179 lib = GetEffectLibFromList(contollerId->libName);
185 ctrlMgr = GetControllerFromList(contollerId->effectId);