Home | History | Annotate | Download | only in include

Lines Matching refs:roles

1412 /** The OMX_GetRolesOfComponent method will return the number of roles supported by the given
1413 component and (if the roles field is non-NULL) the names of those roles. The call will fail if
1416 * first call this function with the roles field NULL to determine the number of role names
1417 * second call this function with the roles field pointing to an array of names allocated
1427 If roles is NULL, the input is ignored and the output specifies how many roles the component supports.
1430 on output, it specifies the number of roles string names listed within the roles parameter.
1431 @param [out] roles
1433 which accepts a list of the names of all standard components roles implemented on the
1440 OMX_OUT OMX_U8 **roles);