Searched refs:instance (Results 1 – 12 of 12) sorted by relevance
129 void DEMODRCDeleteInstance(DEMODRCInstance *instance);132 void DEMODRCSetInstance(DEMODRCInstance *instance);
178 void DEMOFontDeleteInstance(DEMOFontInstance *instance);181 void DEMOFontSetInstance(DEMOFontInstance *instance);
290 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance);293 void DEMOGfxSetInstance(DEMOGfxInstance *instance);
77 int MICQueryResources(mic_inst_t instance, mem_res_query_t* p_res_query);78 mic_handle_t MICInit(mic_inst_t instance, mem_res_t* p_res, mic_ringbuffer_t* p_rb, int* perr);
414 void DEMODRCDeleteInstance(DEMODRCInstance *instance) in DEMODRCDeleteInstance() argument416 DEMOGfxFreeMEM2(instance->contextState); in DEMODRCDeleteInstance()417 DEMOFree(instance); in DEMODRCDeleteInstance()420 if (gDemoDRCCurInstance == instance) { in DEMODRCDeleteInstance()427 void DEMODRCSetInstance(DEMODRCInstance *instance) in DEMODRCSetInstance() argument429 gDemoDRCCurInstance = instance; in DEMODRCSetInstance()431 DEMODRCContextState = instance->contextState; in DEMODRCSetInstance()
670 void DEMOFontDeleteInstance(DEMOFontInstance *instance) in DEMOFontDeleteInstance() argument672 DEMOGfxFreeMEM2(instance->contextState); in DEMOFontDeleteInstance()673 DEMOFree(instance); in DEMOFontDeleteInstance()676 if (gDemoFontCurInstance == instance) { in DEMOFontDeleteInstance()683 void DEMOFontSetInstance(DEMOFontInstance *instance) in DEMOFontSetInstance() argument685 gDemoFontCurInstance = instance; in DEMOFontSetInstance()687 DEMOFontContextState = instance->contextState; in DEMOFontSetInstance()
841 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance) in DEMOGfxDeleteInstance() argument843 DEMOGfxFreeMEM2(instance->contextState); in DEMOGfxDeleteInstance()844 DEMOFree(instance); in DEMOGfxDeleteInstance()847 if (gDemoGfxCurInstance == instance) { in DEMOGfxDeleteInstance()854 void DEMOGfxSetInstance(DEMOGfxInstance *instance) in DEMOGfxSetInstance() argument856 gDemoGfxCurInstance = instance; in DEMOGfxSetInstance()858 DEMOContextState = instance->contextState; in DEMOGfxSetInstance()
36 private static readonly CafeXEventtLog instance = new CafeXEventtLog(); field in CafeX.CafeXEventtLog51 return instance;
235 CAMHandle CAMInit(CAMERA_INSTANCE instance, CAMSetupInfo *pSetup, int *err);