/hardware/ti/omap4xxx/domx/omx_core/src/ |
OMX_Core_Wrapper.c | 143 OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) 148 return OMX_GetRolesOfComponent(compName, pNumRoles, roles);
|
OMX_Core.c | 555 * Description: This method will query the component for its supported roles 559 * @param[in] pNumRoles The number of roles supported by the component 560 * @param[in] roles The roles of the component 569 cComponentName, OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) 594 if (roles == NULL) 604 strcpy((OMX_STRING) roles[j], 616 * Description: This method will query the component for its supported roles 653 of roles so that for the second call compNames can be allocated 654 with the proper size for that number of roles */ [all...] |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-parent/4.10/ |
proguard-parent-4.10.pom | 27 <roles> 30 </roles>
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-parent/4.11/ |
proguard-parent-4.11.pom | 27 <roles> 30 </roles>
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-parent/4.9/ |
proguard-parent-4.9.pom | 27 <roles> 30 </roles>
|
/external/libsepol/ |
Android.mk | 34 src/roles.c \
|
/external/libsepol/tests/ |
test-linker-roles.c | 31 /* Tests for roles: 77 /* These tests look at roles in the base only, the desire is to ensure that 78 * roles are not destroyed or otherwise removed during the link process */ 108 * They should test whether the roles get copied correctly from the
|
/external/valgrind/main/helgrind/tests/ |
filter_stderr | 13 # there are multiple threads which play interchangeable roles.
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
wrs_omxcore.cpp | 354 OMX_OUT OMX_U8 **roles) 371 return cmodule->GetComponentRoles(pNumRoles, roles); 373 ret = cmodule->GetComponentRoles(pNumRoles, roles); 379 compName, &roles[i][0]);
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
qc_omx_core.c | 645 Returns the component name which can fulfill the roles passed in the 676 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) 678 if(!strcmp(role,core[i].roles[j])) 701 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) 703 if(!strcmp(role,core[i].roles[j])) 744 OMX_OUT OMX_U8** roles) 751 if (roles == NULL) 764 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) 789 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) 791 if(roles && roles[*numRoles] [all...] |
/hardware/qcom/media/mm-core/src/common/ |
qc_omx_core.c | 630 Returns the component name which can fulfill the roles passed in the 661 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) 663 if(!strcmp(role,core[i].roles[j])) 686 for(j=0; j<OMX_CORE_MAX_CMP_ROLES && core[i].roles[j] ; j++) 688 if(!strcmp(role,core[i].roles[j])) 729 OMX_OUT OMX_U8** roles) 736 if (roles == NULL) 749 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) 774 for(j=0; (j<OMX_CORE_MAX_CMP_ROLES) && core[i].roles[j];j++) 776 if(roles && roles[*numRoles] [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/ |
Exynos_OMX_Core.h | 70 OMX_OUT OMX_U8 **roles);
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_ComponentRegistry.h | 48 OMX_OUT OMX_U8 **roles);
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_ComponentRegistry.h | 48 OMX_OUT OMX_U8 **roles);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothProfile.java | 57 * @param device the Bluetooth device (to distinguish between PAN roles)
|
/docs/source.android.com/src/source/ |
roles.jd | 1 page.title=Project Roles 27 of roles. Google is responsible for Android product management 30 page describes the kinds of roles that interested parties can take on.</p>
|
/external/checkpolicy/ |
policy_scan.l | 81 ROLES | 82 roles { return(ROLES); }
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter_utils_win.cc | 51 // MSAA / IAccessible roles. Each one of these is also a valid 118 // IAccessible2 roles. 164 // MSAA / IAccessible states. Unlike roles, these are not also IA2 states.
|
/external/libsepol/include/sepol/policydb/ |
policydb.h | 76 * users, roles, types, sensitivities, categories, etc. 89 ebitmap_t roles; member in struct:role_set 133 ebitmap_t dominates; /* set of roles dominated by this role */ 140 ebitmap_t roles; /* roles with this attribute */ member in struct:role_datum 193 role_set_t roles; /* set of authorized roles for user */ member in struct:user_datum 270 role_set_t roles; /* current role */ member in struct:role_trans_rule 278 role_set_t roles; /* current role */ member in struct:role_allow_rule 279 role_set_t new_roles; /* new roles */ [all...] |
/frameworks/av/media/libstagefright/omx/ |
SoftOMXPlugin.cpp | 172 Vector<String8> *roles) { 178 roles->clear(); 179 roles->push(String8(kComponents[i].mRole));
|
/hardware/intel/common/libstagefrighthw/ |
WrsOMXPlugin.cpp | 178 Vector<String8> *roles) { 179 roles->clear(); 208 roles->push(s);
|
/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 ALOGE("pNumRoles (%d) is less than actual number (%d) of roles \ 607 * Description: This method will query the component for its supported roles [all...] |
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
Folder.java | 176 * let the server identify specific folder roles, simply override this method. 178 * @return The server- or protocol- specific role for this folder. If some roles are known 179 * but this is not one of them, return FolderRole.OTHER. If roles are unsupported here,
|
/hardware/ti/omap4-aah/domx/omx_core/src/ |
OMX_Core.c | 568 * Description: This method will query the component for its supported roles 572 * @param[in] pNumRoles The number of roles supported by the component 573 * @param[in] roles The roles of the component 582 cComponentName, OMX_INOUT OMX_U32 * pNumRoles, OMX_OUT OMX_U8 ** roles) 607 if (roles == NULL) 617 strcpy((OMX_STRING) roles[j], 629 * Description: This method will query the component for its supported roles 666 of roles so that for the second call compNames can be allocated 667 with the proper size for that number of roles */ [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/gmaven/1.5/ |
gmaven-1.5.pom | 138 <roles> 141 </roles> 148 <roles> 150 </roles> 158 <roles> 160 </roles> 168 <roles> 170 </roles> 177 <roles> 179 </roles> [all...] |