/aosp_15_r20/external/webrtc/examples/androidvoip/jni/ |
H A D | android_voip_client.cc | 420 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/ |
D | hci_socket_transport.cc | 32 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/ |
D | bluetooth_hci.cc | 235 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/ |
D | register_notification_packet_test.cc | 45 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
|
D | play_item_packet_test.cc | 52 auto packet_copy = play_item_request; in TEST() local
|
D | set_addressed_player_packet_test.cc | 49 auto packet_copy = set_addressed_player_request; in TEST() local
|
D | pass_through_packet_test.cc | 62 std::vector<uint8_t> packet_copy = pass_through_command_play_pushed; in TEST() local
|
D | list_player_application_setting_values_test.cc | 47 std::vector<uint8_t> packet_copy = list_player_application_setting_attribute_values_request; in TEST() local
|
D | set_player_application_setting_value_test.cc | 50 std::vector<uint8_t> packet_copy = set_player_application_setting_value_request; in TEST() local
|
D | get_current_player_application_setting_value_test.cc | 48 std::vector<uint8_t> packet_copy = get_current_player_application_setting_value_request; in TEST() local
|
D | set_browsed_player_packet_test.cc | 60 auto packet_copy = set_browsed_player_request; in TEST() local
|
D | get_total_number_of_items_packet_test.cc | 62 auto packet_copy = get_total_number_of_items_request_now_playing; in TEST() local
|
D | set_absolute_volume_packet_test.cc | 58 auto packet_copy = set_absolute_volume_request; in TEST() local
|
D | change_path_packet_test.cc | 63 auto packet_copy = change_path_request; in TEST() local
|
D | get_capabilities_packet_test.cc | 42 std::vector<uint8_t> packet_copy = get_capabilities_request; in TEST() local
|
D | avrcp_browse_packet_test.cc | 106 auto packet_copy = get_folder_items_request; in TEST() local
|
D | get_element_attributes_packet_test.cc | 65 std::vector<uint8_t> packet_copy = get_element_attributes_request_partial; in TEST() local
|
D | get_item_attributes_packet_test.cc | 110 auto packet_copy = get_item_attributes_request_all_attributes; in TEST() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.cc | 47 std::shared_ptr<std::vector<uint8_t>> packet_copy = in Receive() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | flexfec_receiver.cc | 126 RtpPacketReceived packet_copy(packet); in AddReceivedPacket() local
|
/aosp_15_r20/external/tcpdump/ |
H A D | signature.c | 123 uint8_t *packet_copy, *sig_copy; in signature_verify() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | mock_controller.cc | 233 DynamicByteBuffer packet_copy(acl_data_packet); in OnACLDataPacketReceived() local
|
H A D | fake_controller.cc | 4053 DynamicByteBuffer packet_copy(acl_data_packet); in OnACLDataPacketReceived() local
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | channel_receive.cc | 660 RtpPacketReceived packet_copy(packet); in OnRtpPacket() local
|