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

1 2 3 4

  /external/libsepol/include/sepol/
roles.h 8 char ***roles, unsigned int *nroles);
  /hardware/intel/common/wrs_omxil_core/base/src/
cmodule.cpp 39 roles = NULL;
58 if (roles) {
59 if (roles[0])
60 free(roles[0]);
61 free(roles);
131 OMX_ERRORTYPE CModule::GetComponentRoles(OMX_U32 *nr_roles, OMX_U8 **roles)
136 if (!roles) {
145 if (!roles[i])
148 if (roles && roles[i]
217 const OMX_U8 **roles; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.cc 35 const char* const roles[] = { local
42 for (size_t i = 0; i < ARRAY_SIZE(roles); ++i) {
43 if (stricmp(roles[i], role_str.c_str()) == 0) {
  /external/libsepol/tests/policies/test-hooks/
module_add_symbols.conf 11 user user_add_1 roles { role_add_1 };
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
library_register.c 47 Exynos_OSAL_Strcpy(exynosComponents[0]->roles[0], EXYNOS_OMX_COMPONENT_H264_DEC_ROLE);
52 Exynos_OSAL_Strcpy(exynosComponents[1]->roles[0], EXYNOS_OMX_COMPONENT_H264_DEC_ROLE);
  /hardware/intel/common/wrs_omxil_core/base/inc/
cmodule.h 37 const char **roles; member in struct:wrs_omxil_cmodule_s
64 /* component name and roles */
66 OMX_ERRORTYPE GetComponentRoles(OMX_U32 *nr_roles, OMX_U8 **roles);
89 /* component roles */
90 OMX_U8 **roles; member in class:CModule
  /external/libsepol/src/
user_record.c 19 char **roles; member in struct:sepol_user
21 /* The number of roles */
163 /* Roles */
181 roles_realloc = realloc(user->roles,
188 user->roles = roles_realloc;
189 user->roles[user->num_roles - 1] = role_cp;
208 if (!strcmp(user->roles[i], role))
239 free(user->roles[i]);
240 free(user->roles);
241 user->roles = tmp_roles
    [all...]
users.c 22 ebitmap_t *roles = &(usrdatum->roles.roles); local
34 /* Extract roles */
35 ebitmap_for_each_bit(roles, rnode, bit) {
112 const char **roles = NULL; local
133 if (sepol_user_get_roles(handle, user, &roles, &num_roles) < 0)
162 (const hashtab_key_t)roles[i]);
165 roles[i], cname);
173 (&(usrdatum->roles.roles), bit, 1)
    [all...]
roles.c 23 /* Fill an array with all valid roles */
25 sepol_policydb_t * p, char ***roles, unsigned int *nroles)
43 *roles = tmp_roles;
48 ERR(handle, "out of memory, could not list roles");
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
library_register.c 52 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MPEG4_DEC_ROLE);
57 Exynos_OSAL_Strcpy(ppExynosComponent[1]->roles[0], EXYNOS_OMX_COMPONENT_H263_DEC_ROLE);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
library_register.c 50 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MPEG4_ENC_ROLE);
55 Exynos_OSAL_Strcpy(ppExynosComponent[1]->roles[0], EXYNOS_OMX_COMPONENT_H263_ENC_ROLE);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
library_register.c 47 Exynos_OSAL_Strcpy(exynosComponents[0]->roles[0], EXYNOS_OMX_COMPONENT_H264_ENC_ROLE);
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.h 51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member in struct:_omx_core_cb_type
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.h 51 char* roles[OMX_CORE_MAX_CMP_ROLES];// roles played member in struct:_omx_core_cb_type
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
library_register.c 51 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_MP3_DEC_ROLE);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
library_register.c 52 Exynos_OSAL_Strcpy(ppExynosComponent[0]->roles[0], EXYNOS_OMX_COMPONENT_VP8_DEC_ROLE);
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.h 61 * @roles: array of roles played by the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component member in struct:_omx_core_component_t
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.h 61 * @roles: array of roles played by the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component member in struct:_omx_core_component_t
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 61 * @roles: array of roles played by the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component member in struct:_omx_core_component_t
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.h 45 Vector<String8> *roles);
  /frameworks/native/include/media/hardware/
OMXPluginBase.h 50 Vector<String8> *roles) = 0;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.h 39 OMX_U8 roles[MAX_OMX_COMPONENT_ROLE_NUM][MAX_OMX_COMPONENT_ROLE_SIZE]; member in struct:_ExynosRegisterComponentType
  /external/chromium_org/third_party/libxml/src/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,
  /external/libsepol/tests/
test-expander-users.c 37 unsigned char *found; /* array of booleans of roles found */
38 int extra = 0; /* number of extra roles found */
48 ebitmap_for_each_bit(&user->roles.roles, tnode, i) {
  /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,

Completed in 1207 milliseconds

1 2 3 4