HomeSort by relevance Sort by last modified time
    Searched refs:componentList (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 61 EXYNOS_OMX_COMPONENT_REGLIST *componentList;
71 componentList = (EXYNOS_OMX_COMPONENT_REGLIST *)Exynos_OSAL_Malloc(sizeof(EXYNOS_OMX_COMPONENT_REGLIST) * MAX_OMX_COMPONENT_NUM);
72 Exynos_OSAL_Memset(componentList, 0, sizeof(EXYNOS_OMX_COMPONENT_REGLIST) * MAX_OMX_COMPONENT_NUM);
99 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.componentName, exynosComponentsTemp[i]->componentName);
101 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], exynosComponentsTemp[i]->roles[j]);
102 componentList[totalCompNum].component.totalRoleNum = exynosComponentsTemp[i]->totalRoleNum;
104 Exynos_OSAL_Strcpy(componentList[totalCompNum].libName, libName);
131 *compList = componentList;
140 OMX_ERRORTYPE Exynos_OMX_Component_Unregister(EXYNOS_OMX_COMPONENT_REGLIST *componentList)
144 Exynos_OSAL_Free(componentList);
    [all...]
Exynos_OMX_Component_Register.h 66 OMX_ERRORTYPE Exynos_OMX_Component_Unregister(EXYNOS_OMX_COMPONENT_REGLIST *componentList);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java 23 private Map<ComponentName, ComponentState> componentList = new HashMap<ComponentName,ComponentState>();
136 componentList.put(componentName, new ComponentState(newState, flags));
147 return componentList.get(componentName);

Completed in 236 milliseconds