Searched refs:UINT32_TO_STREAM (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_avrcp_test.cc | 46 UINT32_TO_STREAM(p, 0x00000000); // attribute ID in TEST_F() 71 UINT32_TO_STREAM(p, 0x00000000); // attribute ID in TEST_F() 112 UINT32_TO_STREAM(p, 0x00000001); // start_item in TEST_F() 113 UINT32_TO_STREAM(p, 0x00000002); // end_item in TEST_F()
|
D | btm_iso_test.cc | 2685 UINT32_TO_STREAM(p, 0); in TEST_F() 2686 UINT32_TO_STREAM(p, 0); in TEST_F() 2687 UINT32_TO_STREAM(p, 0); in TEST_F() 2688 UINT32_TO_STREAM(p, 0); in TEST_F() 2689 UINT32_TO_STREAM(p, 0); in TEST_F() 2690 UINT32_TO_STREAM(p, 0); in TEST_F() 2691 UINT32_TO_STREAM(p, 0); in TEST_F()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 720 UINT32_TO_STREAM(pp, transmit_bandwidth); in btsnd_hcic_setup_esco_conn() 721 UINT32_TO_STREAM(pp, receive_bandwidth); in btsnd_hcic_setup_esco_conn() 746 UINT32_TO_STREAM(pp, transmit_bandwidth); in btsnd_hcic_accept_esco_conn() 747 UINT32_TO_STREAM(pp, receive_bandwidth); in btsnd_hcic_accept_esco_conn() 1252 UINT32_TO_STREAM(pp, p_params->transmit_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1253 UINT32_TO_STREAM(pp, p_params->receive_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1264 UINT32_TO_STREAM(pp, p_params->input_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1265 UINT32_TO_STREAM(pp, p_params->output_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1301 UINT32_TO_STREAM(pp, p_params->transmit_bandwidth); in btsnd_hcic_enhanced_accept_synchronous_connection() 1302 UINT32_TO_STREAM(pp, p_params->receive_bandwidth); in btsnd_hcic_enhanced_accept_synchronous_connection() [all …]
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_utils.cc | 618 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req() 619 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req() 620 UINT32_TO_STREAM(p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req() 621 UINT32_TO_STREAM(p, p_cfg->qos.latency); in l2cu_send_peer_config_req() 622 UINT32_TO_STREAM(p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req() 647 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_req() 648 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.access_latency); in l2cu_send_peer_config_req() 649 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req() 714 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp() 715 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_rsp() [all …]
|
/packages/modules/Bluetooth/system/hci/test/ |
D | packet_fragmenter_test.cc | 98 UINT32_TO_STREAM(packet_data, iso_timestamp); in manufacture_packet_for_fragmentation() 243 UINT32_TO_STREAM(packet_data, iso_timestamp); in manufacture_iso_packet_and_then_reassemble()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | bt_types.h | 89 #define UINT32_TO_STREAM(p, u32) \ macro
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | device.cc | 365 UINT32_TO_STREAM(ptr, location); in SetExtAudioOutLocation()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 1746 UINT32_TO_STREAM(pp, p_rec->sec_rec.ble_keys.local_counter); in BTM_BleDataSignature() 1747 UINT32_TO_STREAM(p_mac, p_rec->sec_rec.ble_keys.local_counter); in BTM_BleDataSignature()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_act.cc | 1954 UINT32_TO_STREAM(p, p_data->passkey); in smp_start_passkey_verification() 1957 UINT32_TO_STREAM(p, p_data->passkey); in smp_start_passkey_verification()
|
D | smp_keys.cc | 113 UINT32_TO_STREAM(tt, passkey); in smp_proc_passkey()
|
D | smp_utils.cc | 856 UINT32_TO_STREAM(p, passkey); in smp_convert_string_to_tk()
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_aact.cc | 3115 UINT32_TO_STREAM(p_param, offload_start->codec_type); in bta_av_vendor_offload_start() 3119 UINT32_TO_STREAM(p_param, offload_start->sample_rate); in bta_av_vendor_offload_start() 3122 UINT32_TO_STREAM(p_param, offload_start->encoded_audio_bitrate); in bta_av_vendor_offload_start()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 1222 UINT32_TO_STREAM(p, curr.As32Bit()); in bta_dm_set_eir()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.h | 785 UINT32_TO_STREAM(ptr, value); in Add()
|