Searched refs:fixed_reg (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/bluedroid/stack/smp/ |
D | smp_l2c.c | 50 tL2CAP_FIXED_CHNL_REG fixed_reg; in smp_l2cap_if_init() local 52 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; in smp_l2cap_if_init() 53 fixed_reg.fixed_chnl_opts.max_transmit = 0; in smp_l2cap_if_init() 54 fixed_reg.fixed_chnl_opts.rtrans_tout = 0; in smp_l2cap_if_init() 55 fixed_reg.fixed_chnl_opts.mon_tout = 0; in smp_l2cap_if_init() 56 fixed_reg.fixed_chnl_opts.mps = 0; in smp_l2cap_if_init() 57 fixed_reg.fixed_chnl_opts.tx_win_sz = 0; in smp_l2cap_if_init() 59 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_cback; in smp_l2cap_if_init() 60 fixed_reg.pL2CA_FixedData_Cb = smp_data_ind; in smp_l2cap_if_init() 61 … fixed_reg.default_idle_tout = 60; /* set 60 seconds timeout, 0xffff default idle timeout */ in smp_l2cap_if_init() [all …]
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_main.c | 84 tL2CAP_FIXED_CHNL_REG fixed_reg; in gatt_init() local 98 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; in gatt_init() 99 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF; in gatt_init() 100 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000; in gatt_init() 101 fixed_reg.fixed_chnl_opts.mon_tout = 12000; in gatt_init() 102 fixed_reg.fixed_chnl_opts.mps = 670; in gatt_init() 103 fixed_reg.fixed_chnl_opts.tx_win_sz = 1; in gatt_init() 105 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback; in gatt_init() 106 fixed_reg.pL2CA_FixedData_Cb = gatt_le_data_ind; in gatt_init() 107 fixed_reg.default_idle_tout = 0xffff; /* 0xffff default idle timeout */ in gatt_init() [all …]
|
/external/qemu/tcg/ |
D | tcg.c | 312 ts->fixed_reg = 1; in tcg_global_reg_new_internal() 352 ts->fixed_reg = 0; in tcg_global_mem_new_internal() 367 ts->fixed_reg = 0; in tcg_global_mem_new_internal() 387 ts->fixed_reg = 0; in tcg_global_mem_new_internal() 769 if (ts->fixed_reg) { in tcg_reg_alloc_start() 779 ts->fixed_reg = 0; in tcg_reg_alloc_start() 1437 !ts->fixed_reg && in check_regs() 1518 if (!ts->fixed_reg) { in temp_save() 1587 if (ots->fixed_reg) { in tcg_reg_alloc_movi() 1614 if (IS_DEAD_IARG(0) && !ts->fixed_reg && !ots->fixed_reg) { in tcg_reg_alloc_mov() [all …]
|
D | tcg.h | 252 unsigned int fixed_reg:1; member
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_api.c | 1291 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = *p_freg; in L2CA_RegisterFixedChannel() 1319 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) in L2CA_ConnectFixedChnl() 1342 …if (!l2cu_initialize_fixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CH… in L2CA_ConnectFixedChnl() 1349 …(*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, TR… in L2CA_ConnectFixedChnl() 1351 …(*l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, TR… in L2CA_ConnectFixedChnl() 1364 …if (!l2cu_initialize_fixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CH… in L2CA_ConnectFixedChnl() 1398 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) in L2CA_SendFixedChnlData() 1429 …if (!l2cu_initialize_fixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CH… in L2CA_SendFixedChnlData() 1469 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) in L2CA_RemoveFixedChnl()
|
D | l2c_ble.c | 281 …if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_… in l2cble_scanner_conn_comp() 376 …if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_… in l2cble_advertiser_conn_comp()
|
D | l2c_main.c | 267 (l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb != NULL) ) in l2c_rcv_acl_data() 270 …if (l2cu_initialize_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].f… in l2c_rcv_acl_data() 277 …(*l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb)(p_lcb->remote_bd_addr, p_ms… in l2c_rcv_acl_data()
|
D | l2c_utils.c | 154 … (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason); in l2cu_release_lcb() 157 && (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) ) in l2cu_release_lcb() 158 … (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason); in l2cu_release_lcb() 1079 if (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) in l2cu_send_peer_info_rsp() 2733 …p_ccb->fixed_chnl_idle_tout = l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].default_idle_tout; in l2cu_initialize_fixed_ccb() 2830 if (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) in l2cu_process_fixed_chnl_resp() 2837 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, TRUE, reason); in l2cu_process_fixed_chnl_resp() 2841 … (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason); in l2cu_process_fixed_chnl_resp()
|
D | l2c_csm.c | 897 if (l2cb.fixed_reg[p_ccb->local_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb) in l2c_csm_config() 898 …(*l2cb.fixed_reg[p_ccb->local_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb)(p_ccb->p_lcb->remo… in l2c_csm_config()
|
D | l2c_int.h | 502 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */ member
|
D | l2c_link.c | 417 … (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason); in l2c_link_hci_disc_comp()
|
D | l2c_fcr.c | 1490 …(*l2cb.fixed_reg[p_ccb->local_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb)(p_ccb->p_lcb->remo… in do_sar_reassembly()
|