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 | 2294 STREAM_TO_UINT32(*(p_uuid32 + yy), p_uuid_data); in BTM_GetEirUuidList() 2395 STREAM_TO_UINT32(uuid32, p_uuid); in btm_convert_uuid_to_uuid16()
|
D | btm_sec.cc | 3150 STREAM_TO_UINT32(evt_data.cfm_req.num_val, p); in btm_proc_sp_req_evt() 3192 STREAM_TO_UINT32(evt_data.key_notif.passkey, p); in btm_proc_sp_req_evt()
|
/system/bt/btif/src/ |
D | btif_bqr.cc | 62 STREAM_TO_UINT32(bqr_link_quality_event_.connection_piconet_clock, in ParseBqrLinkQualityEvt() 64 STREAM_TO_UINT32(bqr_link_quality_event_.retransmission_count, p_param_buf); in ParseBqrLinkQualityEvt() 65 STREAM_TO_UINT32(bqr_link_quality_event_.no_rx_count, p_param_buf); in ParseBqrLinkQualityEvt() 66 STREAM_TO_UINT32(bqr_link_quality_event_.nak_count, p_param_buf); in ParseBqrLinkQualityEvt() 67 STREAM_TO_UINT32(bqr_link_quality_event_.last_tx_ack_timestamp, p_param_buf); in ParseBqrLinkQualityEvt() 68 STREAM_TO_UINT32(bqr_link_quality_event_.flow_off_count, p_param_buf); in ParseBqrLinkQualityEvt() 69 STREAM_TO_UINT32(bqr_link_quality_event_.last_flow_on_timestamp, p_param_buf); in ParseBqrLinkQualityEvt() 70 STREAM_TO_UINT32(bqr_link_quality_event_.buffer_overflow_bytes, p_param_buf); in ParseBqrLinkQualityEvt() 71 STREAM_TO_UINT32(bqr_link_quality_event_.buffer_underflow_bytes, p_param_buf); in ParseBqrLinkQualityEvt() 309 STREAM_TO_UINT32(current_quality_event_mask, p_event_param_buf); in BqrVscCompleteCallback()
|
/system/bt/stack/l2cap/ |
D | l2c_main.cc | 513 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd() 514 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd() 515 STREAM_TO_UINT32(cfg_info.qos.peak_bandwidth, p); in process_l2cap_cmd() 516 STREAM_TO_UINT32(cfg_info.qos.latency, p); in process_l2cap_cmd() 517 STREAM_TO_UINT32(cfg_info.qos.delay_variation, p); in process_l2cap_cmd() 564 STREAM_TO_UINT32(cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd() 565 STREAM_TO_UINT32(cfg_info.ext_flow_spec.access_latency, p); in process_l2cap_cmd() 566 STREAM_TO_UINT32(cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd() 641 STREAM_TO_UINT32(cfg_info.qos.token_rate, p); in process_l2cap_cmd() 642 STREAM_TO_UINT32(cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd() [all …]
|
D | l2c_fcr.cc | 2375 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 | 148 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 | 1318 STREAM_TO_UINT32(flow.token_rate, p); in btu_hcif_qos_setup_comp_evt() 1319 STREAM_TO_UINT32(flow.peak_bandwidth, p); in btu_hcif_qos_setup_comp_evt() 1320 STREAM_TO_UINT32(flow.latency, p); in btu_hcif_qos_setup_comp_evt() 1321 STREAM_TO_UINT32(flow.delay_variation, p); in btu_hcif_qos_setup_comp_evt()
|
/system/bt/stack/include/ |
D | bt_types.h | 353 #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()
|