HomeSort by relevance Sort by last modified time
    Searched refs:role (Results 276 - 300 of 681) sorted by null

<<11121314151617181920>>

  /external/selinux/libsepol/cil/src/
cil_binary.h 87 * Insert cil role structure into sepol policydb.
89 * @param[in] pdb The policy database to insert the role into.
105 int cil_roletype_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_role *role);
269 * Insert cil role transition structure into sepol policydb.
271 * @param[in] pdb The policy database to insert the role transition into.
279 * Insert cil role allow structure into sepol policydb.
281 * @param[in] pdb The policy database to insert the role allow into.
cil_internal.h 463 void *role; member in struct:cil_userrole
513 void *role; /* role or attribute */ member in struct:cil_roletype
654 void *src; /* role or attribute */
656 void *tgt; /* role or attribute */
715 struct cil_role *role; member in struct:cil_context
1053 void cil_role_init(struct cil_role **role);
cil_verify.c 673 struct cil_role *role = node->data; local
676 struct cil_role *r1 = role;
677 struct cil_role *r2 = role->bounds;
681 cil_log(CIL_ERR, "Circular bounds found for role %s\n", r1->datum.name);
697 cil_tree_log(node, CIL_ERR, "Invalid role");
736 struct cil_role *role = ctx->role; local
747 if (!ebitmap_get_bit(user->roles, role->value)) {
748 cil_log(CIL_ERR, "Role %s is invalid for user %s\n", ctx->role_str, ctx->user_str);
758 if (role->types != NULL)
    [all...]
  /external/selinux/libsepol/src/
write.c 528 buf[0] = cpu_to_le32(tr->role);
559 buf[0] = cpu_to_le32(ra->role);
835 buf[items++] = cpu_to_le32(c->role);
1058 role_datum_t *role; local
1065 role = (role_datum_t *) datum;
1068 * Role attributes are redundant for policy.X, skip them
1074 if ((role->flavor == ROLE_ATTRIB) &&
1083 buf[items++] = cpu_to_le32(role->s.value);
1085 buf[items++] = cpu_to_le32(role->bounds);
1094 if (ebitmap_write(&role->dominates, fp)
2064 role_datum_t *role = datum; local
    [all...]
users.c 42 char *role = policydb->p_role_val_to_name[bit]; local
43 if (sepol_user_add_role(handle, tmp_record, role) < 0)
161 /* For every role */
164 /* Search for the role */
167 ERR(handle, "undefined role %s for user %s",
172 /* Set the role and every role it dominates */
269 ERR(handle, "unable to expand role set");
  /external/strace/
netlink_smc_diag.c 139 PRINT_FIELD_XVAL("}, ", linfo, role, smc_link_group_roles, "SMC_???");
  /external/strace/tests/
nlattr_smc_diag_msg.c 181 .role = SMC_CLNT
191 printf(", role=SMC_CLNT}"));
  /external/strace/tests-m32/
nlattr_smc_diag_msg.c 181 .role = SMC_CLNT
191 printf(", role=SMC_CLNT}"));
  /external/strace/tests-mx32/
nlattr_smc_diag_msg.c 181 .role = SMC_CLNT
191 printf(", role=SMC_CLNT}"));
  /external/webrtc/talk/app/webrtc/
datachannel.h 74 // The default role is kOpener because the default |negotiated| is false.
90 // Gets the first unused odd/even id based on the DTLS role. If |role| is
94 bool AllocateSid(rtc::SSLRole role, int* sid);
peerconnection.cc 971 rtc::SSLRole role; local
1049 rtc::SSLRole role; local
1843 rtc::SSLRole role; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
transport.h 177 void SetIceRole(IceRole role);
283 // transport description, such as the ICE role to use, and whether DTLS
transportcontroller.cc 70 rtc::SSLRole* role) {
72 &TransportController::GetSslRole_w, this, transport_name, role));
348 rtc::SSLRole* role) {
356 return t->GetSslRole(role);
527 << "Repeat of role conflict signal from TransportChannelImpl.";
transport.cc 73 void Transport::SetIceRole(IceRole role) {
74 ice_role_ = role;
113 // trigger an ICE restart and depends on the new ICE role.
369 // ice_lite, this local end point should take CONTROLLING role.
  /hardware/interfaces/media/omx/1.0/vts/functional/common/
media_hidl_test_common.h 290 sp<IOmxNode> omxNode, const char* role);
373 void setRole(const char* _role) { role = _role; }
381 const hidl_string getRole() const { return role; }
387 {"role", required_argument, 0, 'R'},
419 "-R, --role: OMX component Role\n"
430 hidl_string role;
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.h 152 OMX_OUT OMX_U8* role,
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.h 152 OMX_OUT OMX_U8* role,
  /hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.h 152 OMX_OUT OMX_U8* role,
  /hardware/qcom/media/msm8998/mm-core/src/common/
omx_core_cmp.h 152 OMX_OUT OMX_U8* role,
  /system/bt/bta/ag/
bta_ag_act.cc 196 /* set role */
197 p_scb->role = BTA_AG_INT;
339 p_scb->role = 0;
377 p_scb->role = 0;
519 /* set role */
520 p_scb->role = BTA_AG_ACP;
  /system/bt/vendor_libs/test_vendor_lib/include/
event_packet.h 139 uint8_t status, uint16_t handle, uint8_t role, uint8_t peer_address_type,
  /external/adhd/cras/src/server/
cras_bt_profile.c 338 if (profile->role && !append_key_value(&properties_array_iter, "Role",
341 &profile->role)) {
  /external/skia/infra/bots/recipe_modules/vars/
api.py 117 self.role = self.builder_cfg['role']
118 if self.role in [self.m.builder_name_schema.BUILDER_ROLE_HOUSEKEEPER,
  /external/skqp/infra/bots/recipe_modules/vars/
api.py 117 self.role = self.builder_cfg['role']
118 if self.role in [self.m.builder_name_schema.BUILDER_ROLE_HOUSEKEEPER,
  /frameworks/base/media/java/android/media/
AudioDeviceInfo.java 240 return mPort.role() == AudioPort.ROLE_SOURCE;
247 return mPort.role() == AudioPort.ROLE_SINK;

Completed in 591 milliseconds

<<11121314151617181920>>