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

  /frameworks/base/media/libstagefright/omx/
OMXPVCodecsPlugin.cpp 59 Vector<String8> *roles) {
60 roles->clear();
88 roles->push(s);
OMXPVCodecsPlugin.h 45 Vector<String8> *roles);
OMXMaster.h 50 Vector<String8> *roles);
OMXMaster.cpp 169 Vector<String8> *roles) {
172 roles->clear();
181 return plugin->getRolesOfComponent(name, roles);
OMX.cpp 191 Vector<String8> roles; local
193 mMaster->getRolesOfComponent(componentName, &roles);
196 for (OMX_U32 i = 0; i < roles.size(); ++i) {
197 info.mRoles.push_back(roles[i]);
  /frameworks/base/include/media/stagefright/
OMXPluginBase.h 52 Vector<String8> *roles) = 0;
  /external/libxml2/include/libxml/
xlink.h 94 * @roles: pointer to the array of locator roles
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
111 const xlinkRole *roles,
127 * @roles: pointer to the array of locator roles
139 const xlinkRole *roles,
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp 102 Vector<String8> *roles) {
103 roles->clear();
132 roles->push(s);
TIOMXPlugin.h 45 Vector<String8> *roles);
  /external/opencore/codecs_v2/omx/omx_mastercore/include/
omx_interface.h 68 OMX_OUT OMX_U8 **roles);
189 OMX_OUT OMX_U8 **roles);
  /development/pdk/docs/source/
source_toc.cs 9 <li><a href="<?cs var:toroot ?>source/roles.html">People and Roles</a></li>
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 523 * Description: This method will query the component for its supported roles
527 * @param[in] pNumRoles The number of roles supported by the component
528 * @param[in] roles The roles of the component
539 OMX_OUT OMX_U8 **roles)
575 if (roles == NULL)
583 If pNumRoles is < actual number of roles
589 strcpy((OMX_STRING)roles[j], componentTable[i].pRoleArray[j]);
596 LOGE("pNumRoles (%d) is less than actual number (%d) of roles \
607 * Description: This method will query the component for its supported roles
    [all...]
  /external/opencore/codecs_v2/omx/omx_common/include/
pv_omxcore.h 135 OMX_OUT OMX_U8** roles);
321 OMX_OUT OMX_U8** roles);
  /external/opencore/codecs_v2/omx/omx_common/src/
pv_omxcore.cpp 1109 OMX_OUT OMX_U8** roles)
1111 return OMX_GetRolesOfComponent(compName, pNumRoles, roles);
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityObject.cpp 860 const RoleEntry roles[] = { local
887 // "option" isn't here because it may map to different roles depending on the parent element's role
893 // "menuitem" isn't here because it may map to different roles depending on the parent element's role
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h     [all...]
  /external/opencore/codecs_v2/omx/omx_mastercore/src/
pv_omxmastercore.cpp 246 // check number roles of the component
256 // allocate space for roles of the component
264 // get the array of strings with component roles
289 // dealloc space for component roles
296 } // done with roles of component represented by index
864 OMX_OUT OMX_U8** roles)
887 // if a placeholder for roles is provided, copy the component role into it
888 if (NULL != roles)
890 oscl_strncpy((OMX_STRING)roles[*pNumRoles],
    [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]

Completed in 483 milliseconds