Searched refs:CLASS (Results 1 – 2 of 2) sorted by relevance
22 #define DECLARE_HANDLER(CLASS, FUNC)\ argument24 return ((CLASS*)inst)->Get##FUNC(pStructure);\27 return ((CLASS*)inst)->Set##FUNC(pStructure);\103 #define DECLARE_OMX_COMPONENT(NAME, ROLE, CLASS) \ argument108 ComponentBase *inst = new CLASS;\
83 #define CLASS "Device" /* device class */ macro