Home
last modified time | relevance | path

Searched defs:packet_copy (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/webrtc/examples/androidvoip/jni/
H A Dandroid_voip_client.cc420 void AndroidVoipClient::SendRtpPacket(const std::vector<uint8_t>& packet_copy) { in SendRtpPacket()
432 std::vector<uint8_t> packet_copy(packet, packet + length); in SendRtp() local
440 const std::vector<uint8_t>& packet_copy) { in SendRtcpPacket()
450 std::vector<uint8_t> packet_copy(packet, packet + length); in SendRtcp() local
457 void AndroidVoipClient::ReadRTPPacket(const std::vector<uint8_t>& packet_copy) { in ReadRTPPacket()
475 std::vector<uint8_t> packet_copy(rtp_packet, rtp_packet + size); in OnSignalReadRTPPacket() local
482 const std::vector<uint8_t>& packet_copy) { in ReadRTCPPacket()
500 std::vector<uint8_t> packet_copy(rtcp_packet, rtcp_packet + size); in OnSignalReadRTCPPacket() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dhci_socket_transport.cc32 std::shared_ptr<std::vector<uint8_t>> packet_copy = in RegisterCallbacks() local
38 std::shared_ptr<std::vector<uint8_t>> packet_copy = in RegisterCallbacks() local
43 std::shared_ptr<std::vector<uint8_t>> packet_copy = in RegisterCallbacks() local
48 std::shared_ptr<std::vector<uint8_t>> packet_copy = in RegisterCallbacks() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc235 std::shared_ptr<std::vector<uint8_t>> packet_copy = in sendHciCommand() local
244 std::shared_ptr<std::vector<uint8_t>> packet_copy = in sendAclData() local
253 std::shared_ptr<std::vector<uint8_t>> packet_copy = in sendScoData() local
262 std::shared_ptr<std::vector<uint8_t>> packet_copy = in sendIsoData() local
/aosp_15_r20/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dregister_notification_packet_test.cc45 std::vector<uint8_t> packet_copy = register_play_status_notification; in TEST() local
79 std::vector<uint8_t> packet_copy = interim_volume_changed_notification; in TEST() local
Dplay_item_packet_test.cc52 auto packet_copy = play_item_request; in TEST() local
Dset_addressed_player_packet_test.cc49 auto packet_copy = set_addressed_player_request; in TEST() local
Dpass_through_packet_test.cc62 std::vector<uint8_t> packet_copy = pass_through_command_play_pushed; in TEST() local
Dlist_player_application_setting_values_test.cc47 std::vector<uint8_t> packet_copy = list_player_application_setting_attribute_values_request; in TEST() local
Dset_player_application_setting_value_test.cc50 std::vector<uint8_t> packet_copy = set_player_application_setting_value_request; in TEST() local
Dget_current_player_application_setting_value_test.cc48 std::vector<uint8_t> packet_copy = get_current_player_application_setting_value_request; in TEST() local
Dset_browsed_player_packet_test.cc60 auto packet_copy = set_browsed_player_request; in TEST() local
Dget_total_number_of_items_packet_test.cc62 auto packet_copy = get_total_number_of_items_request_now_playing; in TEST() local
Dset_absolute_volume_packet_test.cc58 auto packet_copy = set_absolute_volume_request; in TEST() local
Dchange_path_packet_test.cc63 auto packet_copy = change_path_request; in TEST() local
Dget_capabilities_packet_test.cc42 std::vector<uint8_t> packet_copy = get_capabilities_request; in TEST() local
Davrcp_browse_packet_test.cc106 auto packet_copy = get_folder_items_request; in TEST() local
Dget_element_attributes_packet_test.cc65 std::vector<uint8_t> packet_copy = get_element_attributes_request_partial; in TEST() local
Dget_item_attributes_packet_test.cc110 auto packet_copy = get_item_attributes_request_all_attributes; in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc47 std::shared_ptr<std::vector<uint8_t>> packet_copy = in Receive() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dflexfec_receiver.cc126 RtpPacketReceived packet_copy(packet); in AddReceivedPacket() local
/aosp_15_r20/external/tcpdump/
H A Dsignature.c123 uint8_t *packet_copy, *sig_copy; in signature_verify() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dmock_controller.cc233 DynamicByteBuffer packet_copy(acl_data_packet); in OnACLDataPacketReceived() local
H A Dfake_controller.cc4053 DynamicByteBuffer packet_copy(acl_data_packet); in OnACLDataPacketReceived() local
/aosp_15_r20/external/webrtc/audio/
H A Dchannel_receive.cc660 RtpPacketReceived packet_copy(packet); in OnRtpPacket() local