Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dhci_socket_device.cc77 …std::shared_ptr<std::vector<uint8_t>> packet_copy = std::make_shared<std::vector<uint8_t>>(raw_com… in HciSocketDevice() local
78 HandleCommand(packet_copy); in HciSocketDevice()
84 …std::shared_ptr<std::vector<uint8_t>> packet_copy = std::make_shared<std::vector<uint8_t>>(raw_acl… in HciSocketDevice() local
85 HandleAcl(packet_copy); in HciSocketDevice()
88 …std::shared_ptr<std::vector<uint8_t>> packet_copy = std::make_shared<std::vector<uint8_t>>(raw_sco… in HciSocketDevice() local
89 HandleSco(packet_copy); in HciSocketDevice()
92 std::shared_ptr<std::vector<uint8_t>> packet_copy = in HciSocketDevice() local
94 HandleIso(packet_copy); in HciSocketDevice()
/aosp12/system/bt/packet/tests/avrcp/
H A Dregister_notification_packet_test.cc44 std::vector<uint8_t> packet_copy = register_play_status_notification; in TEST() local
45 packet_copy.push_back(0x00); in TEST()
46 auto test_packet = TestRegNotifReqPacket::Make(packet_copy); in TEST()
81 std::vector<uint8_t> packet_copy = interim_volume_changed_notification; in TEST() local
82 packet_copy.push_back(0x00); in TEST()
83 auto test_packet = TestRegNotifRspPacket::Make(packet_copy); in TEST()
H A Dset_addressed_player_packet_test.cc52 auto packet_copy = set_addressed_player_request; in TEST() local
53 packet_copy.push_back(0x00); in TEST()
54 auto test_packet = TestSetAddrPlayerPacket::Make(packet_copy); in TEST()
H A Dplay_item_packet_test.cc52 auto packet_copy = play_item_request; in TEST() local
53 packet_copy.push_back(0x00); in TEST()
54 auto test_packet = TestPlayItemReqPacket::Make(packet_copy); in TEST()
H A Dset_browsed_player_packet_test.cc63 auto packet_copy = set_browsed_player_request; in TEST() local
64 packet_copy.push_back(0x00); in TEST()
65 auto test_packet = TestSetBrowsedPlayerPacket::Make(packet_copy); in TEST()
H A Dget_total_number_of_items_packet_test.cc63 auto packet_copy = get_total_number_of_items_request_now_playing; in TEST() local
64 packet_copy.push_back(0x00); in TEST()
65 auto test_packet = TestGetTotalNumItemsReqPacket::Make(packet_copy); in TEST()
H A Dset_absolute_volume_packet_test.cc58 auto packet_copy = set_absolute_volume_request; in TEST() local
59 packet_copy.push_back(0x00); in TEST()
60 auto test_packet = TestSetVolumeRspPacket::Make(packet_copy); in TEST()
H A Dpass_through_packet_test.cc63 std::vector<uint8_t> packet_copy = pass_through_command_play_pushed; in TEST() local
64 packet_copy.push_back(0x00); in TEST()
65 auto test_packet = TestPassThroughPacket::Make(packet_copy); in TEST()
H A Dchange_path_packet_test.cc65 auto packet_copy = change_path_request; in TEST() local
66 packet_copy.push_back(0x00); in TEST()
67 auto test_packet = TestChangePathReqPacket::Make(packet_copy); in TEST()
H A Davrcp_browse_packet_test.cc108 auto packet_copy = get_folder_items_request; in TEST() local
109 packet_copy.push_back(0x00); in TEST()
110 auto test_browse_packet = TestBrowsePacket::Make(packet_copy); in TEST()
H A Dget_capabilities_packet_test.cc42 std::vector<uint8_t> packet_copy = get_capabilities_request; in TEST() local
43 packet_copy.push_back(0x00); in TEST()
44 auto test_packet = GetCapRequestTestPacket::Make(packet_copy); in TEST()
H A Dget_element_attributes_packet_test.cc68 std::vector<uint8_t> packet_copy = get_element_attributes_request_partial; in TEST() local
69 packet_copy.push_back(0x00); in TEST()
70 auto test_packet = TestGetElemAttrReqPacket::Make(packet_copy); in TEST()
H A Dget_item_attributes_packet_test.cc118 auto packet_copy = get_item_attributes_request_all_attributes; in TEST() local
119 packet_copy.push_back(0x00); in TEST()
120 auto test_packet = TestGetItemAttrsReqPacket::Make(packet_copy); in TEST()
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc245 std::shared_ptr<std::vector<uint8_t>> packet_copy = in sendHciCommand() local
248 controller_->HandleCommand(packet_copy); in sendHciCommand()
256 std::shared_ptr<std::vector<uint8_t>> packet_copy = in sendAclData() local
259 controller_->HandleAcl(packet_copy); in sendAclData()
267 std::shared_ptr<std::vector<uint8_t>> packet_copy = in sendScoData() local
270 controller_->HandleSco(packet_copy); in sendScoData()
278 std::shared_ptr<std::vector<uint8_t>> packet_copy = in sendIsoData() local
281 controller_->HandleIso(packet_copy); in sendIsoData()