Home
last modified time | relevance | path

Searched refs:UINT32_TO_STREAM (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_avrcp_test.cc46 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()
Dbtm_iso_test.cc2685 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/
Dhcicmds.cc720 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/
Dl2c_utils.cc618 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/
Dpacket_fragmenter_test.cc98 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/
Dbt_types.h89 #define UINT32_TO_STREAM(p, u32) \ macro
/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc365 UINT32_TO_STREAM(ptr, location); in SetExtAudioOutLocation()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1746 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/
Dsmp_act.cc1954 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()
Dsmp_keys.cc113 UINT32_TO_STREAM(tt, passkey); in smp_proc_passkey()
Dsmp_utils.cc856 UINT32_TO_STREAM(p, passkey); in smp_convert_string_to_tk()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3115 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/
Dbta_dm_act.cc1222 UINT32_TO_STREAM(p, curr.As32Bit()); in bta_dm_set_eir()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h785 UINT32_TO_STREAM(ptr, value); in Add()