Searched refs:ControllerManager (Results 1 – 5 of 5) sorted by relevance
35 struct ControllerManager *manager = (struct ControllerManager *)self; in EffectControlEffectProcess()70 struct ControllerManager *manager = (struct ControllerManager *)self; in EffectControlSendCommand()92 struct ControllerManager *manager = (struct ControllerManager *)self; in EffectGetOwnDescriptor()116 struct ControllerManager *manager = (struct ControllerManager *)self; in EffectControlEffectReverse()
34 struct ControllerManager *ctrlMgr;138 struct ControllerManager** ctrlMgr) in LoadEffectLibrary()242 struct ControllerManager *ctrlMgr = NULL; in EffectModelGetAllEffectDescriptors()282 struct ControllerManager *ctrlMgr = NULL; in EffectModelGetEffectDescriptor()320 …struct ControllerManager *ctrlMgr = (struct ControllerManager *)OsalMemCalloc(sizeof(struct Contro… in CreateEffectController()368 struct ControllerManager *ctrlMgr = NULL; in EffectModelCreateEffectController()418 struct ControllerManager *ctrlMgr = libInfo->ctrlMgr; in EffectModelDestroyEffectController()
632 import { ControllerManager } from '../builder/CustomerController';653 ControllerManager.getInstance().createNode(data.getUIContext(), getNumbers());661 ControllerManager.getInstance().clearNode();670 import { ControllerManager } from '../builder/CustomerController';677 NodeContainer(ControllerManager.getInstance().getNode())722 export class ControllerManager {723 private static instance?: ControllerManager;726 static getInstance(): ControllerManager {727 if (!ControllerManager.instance) {728 ControllerManager.instance = new ControllerManager();[all …]
37 struct ControllerManager *ctrlMgr;
54 struct ControllerManager { struct