Searched refs:UINT32_TO_STREAM (Results 1 – 18 of 18) sorted by relevance
/system/bt/stack/test/ |
D | stack_avrcp_test.cc | 61 UINT32_TO_STREAM(p, 0x00000001); // start_item in TEST_F() 62 UINT32_TO_STREAM(p, 0x00000002); // end_item in TEST_F()
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 886 UINT32_TO_STREAM(pp, transmit_bandwidth); in btsnd_hcic_setup_esco_conn() 887 UINT32_TO_STREAM(pp, receive_bandwidth); in btsnd_hcic_setup_esco_conn() 912 UINT32_TO_STREAM(pp, transmit_bandwidth); in btsnd_hcic_accept_esco_conn() 913 UINT32_TO_STREAM(pp, receive_bandwidth); in btsnd_hcic_accept_esco_conn() 1040 UINT32_TO_STREAM(pp, token_rate); in btsnd_hcic_qos_setup() 1041 UINT32_TO_STREAM(pp, peak); in btsnd_hcic_qos_setup() 1042 UINT32_TO_STREAM(pp, latency); in btsnd_hcic_qos_setup() 1043 UINT32_TO_STREAM(pp, delay_var); in btsnd_hcic_qos_setup() 1463 UINT32_TO_STREAM(pp, p_params->transmit_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1464 UINT32_TO_STREAM(pp, p_params->receive_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection() [all …]
|
/system/bt/stack/l2cap/ |
D | l2c_utils.cc | 617 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req() 618 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req() 619 UINT32_TO_STREAM(p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req() 620 UINT32_TO_STREAM(p, p_cfg->qos.latency); in l2cu_send_peer_config_req() 621 UINT32_TO_STREAM(p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req() 646 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_req() 647 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.access_latency); in l2cu_send_peer_config_req() 648 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req() 713 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp() 714 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_rsp() [all …]
|
/system/nfc/src/include/ |
D | nfc_types.h | 50 #define UINT32_TO_STREAM(p, u32) \ macro
|
/system/bt/stack/btm/ |
D | btm_ble_batchscan.cc | 345 UINT32_TO_STREAM(p, scan_window); in btm_ble_set_batchscan_param() 346 UINT32_TO_STREAM(p, scan_interval); in btm_ble_set_batchscan_param()
|
D | btm_ble_adv_filter.cc | 539 UINT32_TO_STREAM(p, uuid.As32Bit()); in BTM_LE_PF_uuid_filter() 556 UINT32_TO_STREAM(p, uuid_mask.As32Bit()); in BTM_LE_PF_uuid_filter() 754 UINT32_TO_STREAM(p, BTM_BLE_PF_SELECT_NONE); in BTM_LE_PF_clear()
|
D | btm_iso_impl.h | 368 UINT32_TO_STREAM(packet_data, ts); in prepare_ts_hci_packet()
|
D | btm_ble.cc | 1906 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter); in BTM_BleDataSignature() 1907 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter); in BTM_BleDataSignature()
|
/system/bt/hci/test/ |
D | packet_fragmenter_test.cc | 105 UINT32_TO_STREAM(packet_data, iso_timestamp); in manufacture_packet_for_fragmentation() 308 UINT32_TO_STREAM(packet_data, iso_timestamp); in manufacture_iso_packet_and_then_reassemble()
|
/system/bt/stack/include/ |
D | bt_types.h | 155 #define UINT32_TO_STREAM(p, u32) \ macro
|
/system/bt/btif/src/ |
D | btif_bqr.cc | 282 UINT32_TO_STREAM(p_param, bqr_config.quality_event_mask); in ConfigureBqr()
|
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 445 UINT32_TO_STREAM(p_dst, 0); in ce_t3t_handle_check_cmd()
|
D | rw_t3t.cc | 693 UINT32_TO_STREAM(p, 0); in rw_t3t_send_update_ndef_attribute_cmd()
|
/system/bt/stack/smp/ |
D | smp_act.cc | 1855 UINT32_TO_STREAM(p, p_data->passkey); in smp_start_passkey_verification() 1858 UINT32_TO_STREAM(p, p_data->passkey); in smp_start_passkey_verification()
|
D | smp_keys.cc | 103 UINT32_TO_STREAM(tt, passkey); in smp_proc_passkey()
|
D | smp_utils.cc | 826 UINT32_TO_STREAM(p, passkey); in smp_convert_string_to_tk()
|
/system/bt/bta/av/ |
D | bta_av_aact.cc | 3032 UINT32_TO_STREAM(p_param, offload_start->codec_type); in bta_av_vendor_offload_start() 3036 UINT32_TO_STREAM(p_param, offload_start->sample_rate); in bta_av_vendor_offload_start() 3039 UINT32_TO_STREAM(p_param, offload_start->encoded_audio_bitrate); in bta_av_vendor_offload_start()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3007 UINT32_TO_STREAM(p, curr.As32Bit()); in bta_dm_set_eir()
|