Home
last modified time | relevance | path

Searched refs:EffectInfoVdi (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/audio/interfaces/effect/v1_0/
H A Deffect_factory.h62 int32_t (*CreateController)(struct EffectFactory *self, const struct EffectInfoVdi *info,
H A Deffect_types_vdi.h26 struct EffectInfoVdi { struct
/ohos5.0/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c389 struct EffectInfoVdi *infoVdi = (struct EffectInfoVdi *)info; in EffectModelCreateEffectController()
/ohos5.0/drivers/peripheral/audio/effect/model/src/mock_effect/
H A Dmock_effect_lib.c271 static int32_t MockCreateController(struct EffectFactory *self, const struct EffectInfoVdi *info, in MockCreateController()