Home
last modified time | relevance | path

Searched refs:STREAM_TO_UINT32 (Results 1 – 13 of 13) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_cont_energy.cc56 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()
Dbtm_inq.cc2381 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()
Dbtm_sec.cc3415 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/
Dbtif_bqr.cc54 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/
Dl2c_main.cc512 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 …]
Dl2c_fcr.cc2401 STREAM_TO_UINT32(timestamp, p); in l2c_fcr_collect_ack_delay()
/system/nfc/src/include/
Dnfc_types.h86 #define STREAM_TO_UINT32(u32, p) \ macro
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc147 STREAM_TO_UINT32(vres, p); in g2()
/system/bt/stack/gatt/
Dgatt_auth.cc109 STREAM_TO_UINT32(counter, p); in gatt_verify_signature()
/system/bt/stack/btu/
Dbtu_hcif.cc1262 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/
Dbt_types.h348 #define STREAM_TO_UINT32(u32, p) \ macro
/system/nfc/src/nfc/nfc/
Dnfc_main.cc212 STREAM_TO_UINT32(evt_data.enable.nci_features, p); in nfc_enabled()
/system/bt/stack/smp/
Dsmp_keys.cc117 STREAM_TO_UINT32(passkey, pp); in smp_proc_passkey()