Home
last modified time | relevance | path

Searched refs:ControllerManager (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/audio/effect/model/src/
H A Deffect_control.c34 struct ControllerManager *manager = (struct ControllerManager *)self; in EffectControlEffectProcess()
60 struct ControllerManager *manager = (struct ControllerManager *)self; in EffectControlSendCommand()
82 struct ControllerManager *manager = (struct ControllerManager *)self; in EffectGetOwnDescriptor()
106 struct ControllerManager *manager = (struct ControllerManager *)self; in EffectControlEffectReverse()
H A Deffect_core.c116 int32_t RegisterControllerToList(struct ControllerManager *ctrlMgr) in RegisterControllerToList()
137 struct ControllerManager *GetControllerFromList(char *effectId) in GetControllerFromList()
141 struct ControllerManager *ctrlMgr = NULL; in GetControllerFromList()
H A Deffect_model.c122 struct ControllerManager *ctrlMgr = NULL; in EffectModelCreateEffectController()
134 ctrlMgr = (struct ControllerManager *)OsalMemCalloc(sizeof(struct ControllerManager)); in EffectModelCreateEffectController()
177 struct ControllerManager *ctrlMgr = NULL; in EffectModelDestroyEffectController()
/drivers/peripheral/audio/effect/model/include/
H A Deffect_core.h37 struct ControllerManager *ctrlMgr;
46 int32_t RegisterControllerToList(struct ControllerManager *ctrlMgr);
47 struct ControllerManager *GetControllerFromList(char *effectId);
H A Deffect_host_common.h54 struct ControllerManager { struct

Completed in 2 milliseconds