HomeSort by relevance Sort by last modified time
    Searched refs:packet_copy (Results 1 - 13 of 13) sorted by null

  /external/tcpdump/
signature.c 122 uint8_t *packet_copy, *sig_copy; local
153 packet_copy = malloc(plen);
154 if (packet_copy == NULL) {
158 memcpy(packet_copy, pptr, plen);
163 sig_copy = packet_copy + (sig_ptr - pptr);
170 (*clear_rtn)((void *)(packet_copy + ((const uint8_t *)clear_arg - pptr)));
175 signature_compute_hmac_md5(packet_copy, plen,
182 free(packet_copy);
  /system/bt/packet/tests/avrcp/
get_total_number_of_items_packet_test.cc 63 auto packet_copy = get_total_number_of_items_request_now_playing; local
64 packet_copy.push_back(0x00);
65 auto test_packet = TestGetTotalNumItemsReqPacket::Make(packet_copy);
pass_through_packet_test.cc 63 std::vector<uint8_t> packet_copy = pass_through_command_play_pushed; local
64 packet_copy.push_back(0x00);
65 auto test_packet = TestPassThroughPacket::Make(packet_copy);
play_item_packet_test.cc 52 auto packet_copy = play_item_request; local
53 packet_copy.push_back(0x00);
54 auto test_packet = TestPlayItemReqPacket::Make(packet_copy);
set_absolute_volume_packet_test.cc 58 auto packet_copy = set_absolute_volume_request; local
59 packet_copy.push_back(0x00);
60 auto test_packet = TestSetVolumeRspPacket::Make(packet_copy);
set_addressed_player_packet_test.cc 52 auto packet_copy = set_addressed_player_request; local
53 packet_copy.push_back(0x00);
54 auto test_packet = TestSetAddrPlayerPacket::Make(packet_copy);
set_browsed_player_packet_test.cc 63 auto packet_copy = set_browsed_player_request; local
64 packet_copy.push_back(0x00);
65 auto test_packet = TestSetBrowsedPlayerPacket::Make(packet_copy);
register_notification_packet_test.cc 44 std::vector<uint8_t> packet_copy = register_play_status_notification; local
45 packet_copy.push_back(0x00);
46 auto test_packet = TestRegNotifReqPacket::Make(packet_copy);
81 std::vector<uint8_t> packet_copy = interim_volume_changed_notification; local
82 packet_copy.push_back(0x00);
83 auto test_packet = TestRegNotifRspPacket::Make(packet_copy);
change_path_packet_test.cc 65 auto packet_copy = change_path_request; local
66 packet_copy.push_back(0x00);
67 auto test_packet = TestChangePathReqPacket::Make(packet_copy);
avrcp_browse_packet_test.cc 108 auto packet_copy = get_folder_items_request; local
109 packet_copy.push_back(0x00);
110 auto test_browse_packet = TestBrowsePacket::Make(packet_copy);
get_capabilities_packet_test.cc 42 std::vector<uint8_t> packet_copy = get_capabilities_request; local
43 packet_copy.push_back(0x00);
44 auto test_packet = GetCapRequestTestPacket::Make(packet_copy);
get_element_attributes_packet_test.cc 68 std::vector<uint8_t> packet_copy = get_element_attributes_request_partial; local
69 packet_copy.push_back(0x00);
70 auto test_packet = TestGetElemAttrReqPacket::Make(packet_copy);
get_item_attributes_packet_test.cc 118 auto packet_copy = get_item_attributes_request_all_attributes; local
119 packet_copy.push_back(0x00);
120 auto test_packet = TestGetItemAttrsReqPacket::Make(packet_copy);

Completed in 262 milliseconds