Home
last modified time | relevance | path

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

/drivers/peripheral/audio/effect/model/include/
Deffect_core.h46 struct ControllerManager *GetControllerFromList(char *effectId);
/drivers/peripheral/audio/effect/model/src/
Deffect_core.c137 struct ControllerManager *GetControllerFromList(char *effectId) in GetControllerFromList() function
Deffect_model.c179 ctrlMgr = GetControllerFromList(contollerId->effectId); in EffectModelDestroyEffectController()