Home
last modified time | relevance | path

Searched refs:contollerId (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/audio/effect/test/fuzztest/effectmodel_fuzzer/
H A Deffectmodel_fuzzer.cpp68 struct ControllerId contollerId; in EffectModelFucSwitch() local
74 model->CreateEffectController(model, &info, &contoller, &contollerId); in EffectModelFucSwitch()
78 struct ControllerId contollerId{ in EffectModelFucSwitch() struct
82 model->DestroyEffectController(model, &contollerId); in EffectModelFucSwitch()
/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c114 struct IEffectControl **contoller, struct ControllerId *contollerId) in EffectModelCreateEffectController()
116 if (self == NULL || info == NULL || contoller == NULL || contollerId == NULL) { in EffectModelCreateEffectController()
158 contollerId->libName = strdup(info->libName); in EffectModelCreateEffectController()
159 contollerId->effectId = strdup(info->effectId); in EffectModelCreateEffectController()
160 if (contollerId->libName == NULL || contollerId->effectId == NULL) { in EffectModelCreateEffectController()
170 int32_t EffectModelDestroyEffectController(struct IEffectModel *self, const struct ControllerId *contollerId) in EffectModelDestroyEffectController() argument
172 if (self == NULL || contollerId == NULL) { in EffectModelDestroyEffectController()
179 lib = GetEffectLibFromList(contollerId->libName); in EffectModelDestroyEffectController()
185 ctrlMgr = GetControllerFromList(contollerId in EffectModelDestroyEffectController()
113 EffectModelCreateEffectController(struct IEffectModel *self, const struct EffectInfo *info, struct IEffectControl **contoller, struct ControllerId *contollerId) EffectModelCreateEffectController() argument
[all...]
/drivers/peripheral/audio/effect/test/fuzztest/effectcontrol_fuzzer/
H A Deffectcontrol_fuzzer.cpp102 struct ControllerId contollerId; in DoSomethingInterestingWithMyAPI() local
104 int32_t ret = model->CreateEffectController(model, &info, &controller, &contollerId); in DoSomethingInterestingWithMyAPI()
123 ret = model->DestroyEffectController(model, &contollerId); in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds