Home | History | Annotate | Download | only in inc

Lines Matching refs:roles

1395 /** The OMX_GetRolesOfComponent method will return the number of roles supported by the given

1396 component and (if the roles field is non-NULL) the names of those roles. The call will fail if
1399 * first call this function with the roles field NULL to determine the number of role names
1400 * second call this function with the roles field pointing to an array of names allocated
1410 If roles is NULL, the input is ignored and the output specifies how many roles the component supports.
1413 on output, it specifies the number of roles string names listed within the roles parameter.
1414 @param [out] roles
1416 which accepts a list of the names of all standard components roles implemented on the
1423 OMX_OUT OMX_U8 **roles);