Home
last modified time | relevance | path

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

/drivers/peripheral/audio/effect/model/include/
Deffect_core.h45 int32_t RegisterControllerToList(struct ControllerManager *ctrlMgr);
/drivers/peripheral/audio/effect/model/src/
Deffect_core.c116 int32_t RegisterControllerToList(struct ControllerManager *ctrlMgr) in RegisterControllerToList() function
Deffect_model.c152 if (RegisterControllerToList(ctrlMgr) != HDF_SUCCESS) { in EffectModelCreateEffectController()