Go to the documentation of this file.
28 #ifndef _OMX_REFERENCE_RESOURCE_MANAGER_H_
29 #define _OMX_REFERENCE_RESOURCE_MANAGER_H_
31 #define MAX_COMPONENTS_TYPES_HANDLED 500
65 #define RM_SHOW_NAME 0x01
66 #define RM_SHOW_ADDRESS 0x02
void RM_printList(ComponentListType *list, int viewFlag)
OMX_ERRORTYPE RM_Deinit()
ComponentListType ** globalComponentList
OMX_ERRORTYPE clearList(ComponentListType **list)
OMX_COMPONENTTYPE * openmaxStandComp
OMX_ERRORTYPE removeElemFromList(ComponentListType **list, OMX_COMPONENTTYPE *openmaxStandComp)
NameIndexType * listOfcomponentRegistered
ComponentListType ** globalWaitingComponentList
OMX_ERRORTYPE RM_getResource(OMX_COMPONENTTYPE *openmaxStandComp)
OMX_ERRORTYPE RM_waitForResource(OMX_COMPONENTTYPE *openmaxStandComp)
OMX_ERRORTYPE RM_removeFromWaitForResource(OMX_COMPONENTTYPE *openmaxStandComp)
OMX_ERRORTYPE RM_releaseResource(OMX_COMPONENTTYPE *openmaxStandComp)
OMX_ERRORTYPE RM_RegisterComponent(char *name, int max_components)
int numElemInList(ComponentListType *list)
OMX_ERRORTYPE addElemToList(ComponentListType **list, OMX_COMPONENTTYPE *openmaxStandComp, int index, OMX_BOOL bIsWaiting)
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1