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

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 15 OMX_STRING pRoleArray[MAX_ROLES];
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentRegistry.h 41 OMX_STRING pRoleArray[MAX_ROLES];
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 589 strcpy((OMX_STRING)roles[j], componentTable[i].pRoleArray[j]);
658 if (strcmp(componentTable[i].pRoleArray[j], role) == 0)
697 if (strcmp(componentTable[i].pRoleArray[j], role) == 0)
740 componentTable[j].pRoleArray[componentTable[j].nRoles] = tComponentName[i][1];
749 componentTable[numFiles].pRoleArray[0] = tComponentName[i][1];
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 605 componentTable[i].pRoleArray[j]);
642 CORE_assert(componentTable[i].pRoleArray[j] != NULL,
649 if (strcmp(componentTable[i].pRoleArray[j],
692 componentTable[i].pRoleArray[j]);
802 pRoleArray[j] =
814 pRoleArray[j] =
865 componentTable[numFiles].pRoleArray[k - 1] =

Completed in 400 milliseconds