Home
last modified time | relevance | path

Searched defs:ctrlMgr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c34 struct ControllerManager *ctrlMgr; member
138 struct ControllerManager** ctrlMgr) in LoadEffectLibrary()
242 struct ControllerManager *ctrlMgr = NULL; in EffectModelGetAllEffectDescriptors() local
282 struct ControllerManager *ctrlMgr = NULL; in EffectModelGetEffectDescriptor() local
320 …struct ControllerManager *ctrlMgr = (struct ControllerManager *)OsalMemCalloc(sizeof(struct Contro… in CreateEffectController() local
368 struct ControllerManager *ctrlMgr = NULL; in EffectModelCreateEffectController() local
418 struct ControllerManager *ctrlMgr = libInfo->ctrlMgr; in EffectModelDestroyEffectController() local
/ohos5.0/drivers/peripheral/audio/effect/model/include/
H A Deffect_core.h37 struct ControllerManager *ctrlMgr; member