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

1 2

  /system/bt/bta/sys/
bta_sys_conn.c 103 void bta_sys_notify_role_chg(BD_ADDR_PTR p_bda, UINT8 new_role, UINT8 hci_status)
107 bta_sys_cb.p_role_cb(BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda);
bta_sys.h 263 extern void bta_sys_notify_role_chg(BD_ADDR_PTR p_bda, UINT8 new_role, UINT8 hci_status);
  /system/bt/stack/btm/
btm_acl.c 600 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb)
636 if (p->link_role == new_role)
690 if (!btsnd_hcic_switch_role (remote_bd_addr, new_role))
707 btm_cb.devcb.switch_role_ref_data.role = new_role;
784 evt.new_role = btm_cb.devcb.switch_role_ref_data.role;
789 BTM_TRACE_DEBUG("Role Switch Event: new_role 0x%02x, HCI Status 0x%02x, rs_st:%d",
790 evt.new_role, evt.hci_status, p->switch_role_state);
    [all...]
btm_int.h     [all...]
  /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 731 role_datum_t *role, *new_role, *regular_role; local
757 new_role =
760 assert(new_role != NULL && new_role->flavor == ROLE_ATTRIB);
765 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
784 &new_role->types.types)) {
800 role_datum_t *new_role; local
822 new_role =
824 if (!new_role) {
825 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);
1645 int new_role = p->policyvers >= MOD_POLICYDB_VERSION_ROLETRANS; local
    [all...]
services.c 928 * role is changing, then check the (current_role, new_role)
936 tcontext->role == ra->new_role)
    [all...]
policydb.c     [all...]
  /system/bt/stack/l2cap/
l2c_api.c     [all...]
l2c_link.c     [all...]
l2c_int.h     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 149 uint32_t new_role; /* new role */ member in struct:role_trans
155 uint32_t new_role; /* new role */ member in struct:role_allow
296 uint32_t new_role; /* new role */ member in struct:role_trans_rule
  /system/bt/bta/av/
bta_av_aact.c 2331 UINT8 new_role = p_scb->role; local
    [all...]
bta_av_int.h 374 UINT8 new_role; member in struct:__anon71648
bta_av_main.c 908 ** Returns (BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda)
928 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
937 p_buf->new_role = id;
    [all...]
  /system/bt/stack/include/
l2c_api.h 685 extern UINT8 L2CA_SetDesireRole (UINT8 new_role);
    [all...]
btm_api.h 848 UINT8 new_role; member in struct:__anon72633
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 315 UINT8 new_role; member in struct:__anon71685
    [all...]
  /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, "");
  /external/selinux/libsepol/cil/src/
cil_binary.c 2155 uint32_t *new_role = NULL; local
    [all...]
  /system/bt/bta/include/
bta_api.h 760 UINT8 new_role; \/* the new connection role *\/ member in struct:__anon71896
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 706 cricket::IceRole new_role = local
709 channel->SetIceRole(new_role);
    [all...]

Completed in 705 milliseconds

1 2