Home
last modified time | relevance | path

Searched refs:EffectGetOwnDescriptor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/audio/effect/model/include/
H A Deffect_host_common.h65 int32_t EffectGetOwnDescriptor(struct IEffectControl *self, struct EffectControllerDescriptor *desc…
/ohos5.0/drivers/peripheral/audio/effect/model/src/
H A Deffect_control.c85 int32_t EffectGetOwnDescriptor(struct IEffectControl *self, struct EffectControllerDescriptor *desc) in EffectGetOwnDescriptor() function
H A Deffect_model.c338 ctrlMgr->ctrlImpls.GetEffectDescriptor = EffectGetOwnDescriptor; in CreateEffectController()