Searched refs:STREAM_TO_UINT32 (Results 1 – 13 of 13) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_cont_energy.cc | 56 STREAM_TO_UINT32(total_tx_time, p); in btm_ble_cont_energy_cmpl_cback() 57 STREAM_TO_UINT32(total_rx_time, p); in btm_ble_cont_energy_cmpl_cback() 58 STREAM_TO_UINT32(total_idle_time, p); in btm_ble_cont_energy_cmpl_cback() 59 STREAM_TO_UINT32(total_energy_used, p); in btm_ble_cont_energy_cmpl_cback()
|
D | btm_inq.cc | 2381 STREAM_TO_UINT32(*(p_uuid32 + yy), p_uuid_data); in BTM_GetEirUuidList() 2482 STREAM_TO_UINT32(uuid32, p_uuid); in btm_convert_uuid_to_uuid16()
|
D | btm_sec.cc | 3415 STREAM_TO_UINT32(evt_data.cfm_req.num_val, p); in btm_proc_sp_req_evt() 3457 STREAM_TO_UINT32(evt_data.key_notif.passkey, p); in btm_proc_sp_req_evt()
|
/system/bt/btif/src/ |
D | btif_bqr.cc | 54 STREAM_TO_UINT32(connection_piconet_clock_, p_param_buf); in ParseBqrEvt() 55 STREAM_TO_UINT32(retransmission_count_, p_param_buf); in ParseBqrEvt() 56 STREAM_TO_UINT32(no_rx_count_, p_param_buf); in ParseBqrEvt() 57 STREAM_TO_UINT32(nak_count_, p_param_buf); in ParseBqrEvt() 58 STREAM_TO_UINT32(last_tx_ack_timestamp_, p_param_buf); in ParseBqrEvt() 59 STREAM_TO_UINT32(flow_off_count_, p_param_buf); in ParseBqrEvt() 60 STREAM_TO_UINT32(last_flow_on_timestamp_, p_param_buf); in ParseBqrEvt() 61 STREAM_TO_UINT32(buffer_overflow_bytes_, p_param_buf); in ParseBqrEvt() 62 STREAM_TO_UINT32(buffer_underflow_bytes_, p_param_buf); in ParseBqrEvt() 269 STREAM_TO_UINT32(current_quality_event_mask, p_event_param_buf); in BqrVscCompleteCallback()
|
/system/bt/stack/l2cap/ |
D | l2c_main.cc | 512 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd() 513 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd() 514 STREAM_TO_UINT32(cfg_info.qos.peak_bandwidth, p); in process_l2cap_cmd() 515 STREAM_TO_UINT32(cfg_info.qos.latency, p); in process_l2cap_cmd() 516 STREAM_TO_UINT32(cfg_info.qos.delay_variation, p); in process_l2cap_cmd() 563 STREAM_TO_UINT32(cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd() 564 STREAM_TO_UINT32(cfg_info.ext_flow_spec.access_latency, p); in process_l2cap_cmd() 565 STREAM_TO_UINT32(cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd() 640 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd() 641 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd() [all …]
|
D | l2c_fcr.cc | 2401 STREAM_TO_UINT32(timestamp, p); in l2c_fcr_collect_ack_delay()
|
/system/nfc/src/include/ |
D | nfc_types.h | 86 #define STREAM_TO_UINT32(u32, p) \ macro
|
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.cc | 147 STREAM_TO_UINT32(vres, p); in g2()
|
/system/bt/stack/gatt/ |
D | gatt_auth.cc | 109 STREAM_TO_UINT32(counter, p); in gatt_verify_signature()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 1262 STREAM_TO_UINT32(flow.token_rate, p); in btu_hcif_qos_setup_comp_evt() 1263 STREAM_TO_UINT32(flow.peak_bandwidth, p); in btu_hcif_qos_setup_comp_evt() 1264 STREAM_TO_UINT32(flow.latency, p); in btu_hcif_qos_setup_comp_evt() 1265 STREAM_TO_UINT32(flow.delay_variation, p); in btu_hcif_qos_setup_comp_evt()
|
/system/bt/stack/include/ |
D | bt_types.h | 348 #define STREAM_TO_UINT32(u32, p) \ macro
|
/system/nfc/src/nfc/nfc/ |
D | nfc_main.cc | 212 STREAM_TO_UINT32(evt_data.enable.nci_features, p); in nfc_enabled()
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 117 STREAM_TO_UINT32(passkey, pp); in smp_proc_passkey()
|