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

  /external/bluetooth/bluedroid/bta/sys/
bta_sys_conn.c 102 void bta_sys_notify_role_chg(BD_ADDR_PTR p_bda, UINT8 new_role, UINT8 hci_status)
106 bta_sys_cb.p_role_cb(BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda);
bta_sys.h 285 extern void bta_sys_notify_role_chg(BD_ADDR_PTR p_bda, UINT8 new_role, UINT8 hci_status);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 828 UINT8 L2CA_SetDesireRole (UINT8 new_role)
831 new_role, l2cb.disallow_switch);
833 if (L2CAP_ROLE_CHECK_SWITCH != (L2CAP_ROLE_CHECK_SWITCH & new_role))
836 if (new_role & L2CAP_ROLE_ALLOW_SWITCH)
840 if (new_role & L2CAP_ROLE_DISALLOW_SWITCH)
846 if (new_role == HCI_ROLE_MASTER || new_role == HCI_ROLE_SLAVE)
847 l2cb.desire_role = new_role;
    [all...]
l2c_link.c     [all...]
l2c_int.h     [all...]
  /external/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 807 role_datum_t *role, *new_role, *regular_role; local
833 new_role =
836 assert(new_role != NULL && new_role->flavor == ROLE_ATTRIB);
841 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
860 &new_role->types.types)) {
876 role_datum_t *new_role; local
898 new_role =
900 if (!new_role) {
901 new_role = (role_datum_t *) malloc(sizeof(role_datum_t))
    [all...]
write.c 495 buf[2] = cpu_to_le32(tr->new_role);
525 buf[1] = cpu_to_le32(ra->new_role);
1575 int new_role = p->policyvers >= MOD_POLICYDB_VERSION_ROLETRANS; local
    [all...]
services.c 914 * role is changing, then check the (current_role, new_role)
922 tcontext->role == ra->new_role)
    [all...]
policydb.c     [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 147 uint32_t new_role; /* new role */ member in struct:role_trans
153 uint32_t new_role; /* new role */ member in struct:role_allow
270 uint32_t new_role; /* new role */ member in struct:role_trans_rule
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 593 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb)
631 if (p->link_role == new_role)
704 if (!btsnd_hcic_switch_role (remote_bd_addr, new_role))
721 btm_cb.devcb.switch_role_ref_data.role = new_role;
    [all...]
btm_int.h     [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 2098 UINT8 new_role = p_scb->role; local
    [all...]
bta_av_int.h 365 UINT8 new_role; member in struct:__anon2854
bta_av_main.c 825 ** Returns (BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda)
845 APPL_TRACE_DEBUG3("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
854 p_buf->new_role = id;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 585 L2C_API extern UINT8 L2CA_SetDesireRole (UINT8 new_role);
    [all...]
btm_api.h 871 UINT8 new_role; member in struct:__anon3697
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 363 UINT8 new_role; member in struct:__anon2897
  /external/checkpolicy/test/
dispol.c 353 display_id(p, fp, SYM_ROLES, rt->new_role - 1, "");
dismod.c 469 display_id(p, fp, SYM_ROLES, tr->new_role - 1, "");
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel_unittest.cc 616 cricket::IceRole new_role = local
619 channel->SetIceRole(new_role);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 672 UINT8 new_role; /* the new connection role */ member in struct:__anon3068
    [all...]
  /external/checkpolicy/
policy_define.c     [all...]

Completed in 667 milliseconds