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

1 2

  /system/bt/bta/sys/
bta_sys_conn.cc 100 void bta_sys_notify_role_chg(const RawAddress& p_bda, uint8_t new_role,
103 bta_sys_cb.p_role_cb(BTA_SYS_ROLE_CHANGE, new_role, hci_status, &p_bda);
bta_sys.h 270 extern void bta_sys_notify_role_chg(const RawAddress& p_bda, uint8_t new_role,
  /system/bt/stack/btm/
btm_acl.cc 533 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role,
559 if (p->link_role == new_role) return (BTM_SUCCESS);
609 btsnd_hcic_switch_role(remote_bd_addr, new_role);
621 btm_cb.devcb.switch_role_ref_data.role = new_role;
685 evt.new_role = btm_cb.devcb.switch_role_ref_data.role;
693 "Role Switch Event: new_role 0x%02x, HCI Status 0x%02x, rs_st:%d",
694 evt.new_role, evt.hci_status, p->switch_role_state);
    [all...]
btm_int.h 111 uint8_t new_role);
  /external/selinux/libsepol/src/
link.c 351 role_datum_t *role, *base_role, *new_role = NULL; local
383 if ((new_role =
384 (role_datum_t *) malloc(sizeof(*new_role))) == NULL) {
387 role_datum_init(new_role);
389 /* new_role's dominates, types and roles field will be copied
391 new_role->flavor = role->flavor;
392 new_role->s.value = state->base->p_roles.nprim + 1;
396 (hashtab_datum_t) new_role);
401 base_role = new_role;
406 if ((new_role = malloc(sizeof(*new_role))) == NULL)
    [all...]
expand.c 732 role_datum_t *role, *new_role, *regular_role; local
758 new_role =
761 assert(new_role != NULL && new_role->flavor == ROLE_ATTRIB);
766 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
785 &new_role->types.types)) {
801 role_datum_t *new_role; local
823 new_role =
825 if (!new_role) {
826 new_role = (role_datum_t *) malloc(sizeof(role_datum_t))
    [all...]
write.c 528 buf[2] = cpu_to_le32(tr->new_role);
558 buf[1] = cpu_to_le32(ra->new_role);
1714 int new_role = p->policyvers >= MOD_POLICYDB_VERSION_ROLETRANS; local
    [all...]
services.c 992 * role is changing, then check the (current_role, new_role)
1000 tcontext->role == ra->new_role)
    [all...]
kernel_to_cil.c     [all...]
  /system/bt/stack/l2cap/
l2c_api.cc     [all...]
l2c_link.cc 852 void l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role,
857 /* Make sure not called from HCI Command Status (bd_addr and new_role are
863 p_lcb->link_role = new_role;
    [all...]
l2c_int.h 740 extern void l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role,
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 150 uint32_t new_role; /* new role */ member in struct:role_trans
156 uint32_t new_role; /* new role */ member in struct:role_allow
301 uint32_t new_role; /* new role */ member in struct:role_trans_rule
  /system/bt/bta/av/
bta_av_aact.cc 2303 uint8_t new_role = p_scb->role; local
    [all...]
bta_av_int.h 352 uint8_t new_role; member in struct:__anon112800
bta_av_main.cc 845 * Returns (BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda)
865 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id,
876 p_buf->new_role = id;
    [all...]
  /system/bt/stack/include/
btm_api.h     [all...]
l2c_api.h 679 extern uint8_t L2CA_SetDesireRole(uint8_t new_role);
    [all...]
btm_api_types.h 891 uint8_t new_role; member in struct:__anon113790
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc     [all...]
bta_dm_int.h 261 uint8_t new_role; member in struct:__anon112835
  /external/selinux/checkpolicy/test/
dispol.c 328 display_id(p, fp, SYM_ROLES, rt->new_role - 1, "");
dismod.c 469 display_id(p, fp, SYM_ROLES, tr->new_role - 1, "");
  /system/bt/bta/include/
bta_api.h 552 uint8_t new_role; /* the new connection role */ member in struct:__anon113019
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 2339 uint32_t *new_role = NULL; local
    [all...]

Completed in 1703 milliseconds

1 2