Home
last modified time | relevance | path

Searched defs:packet_view (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/bt/gd/btaa/linux_generic/
H A Dhci_processor.cc73 auto packet_view = hci::InquiryResultView::Create(event); in process_special_event() local
85 auto packet_view = hci::NumberOfCompletedPacketsView::Create(event); in process_special_event() local
98 auto packet_view = hci::ReturnLinkKeysView::Create(event); in process_special_event() local
117 packet::PacketView<packet::kLittleEndian>& packet_view, in process_command()
145 packet::PacketView<packet::kLittleEndian>& packet_view, in process_event()
173 auto packet_view = hci::CommandCompleteView::Create(event); in process_event() local
182 auto packet_view = hci::CommandStatusView::Create(event); in process_event() local
206 packet::PacketView<packet::kLittleEndian>& packet_view, in process_acl()
219 packet::PacketView<packet::kLittleEndian>& packet_view, in process_sco()
232 packet::PacketView<packet::kLittleEndian>& packet_view, in process_iso()
[all …]
/aosp12/system/bt/gd/security/channel/
H A Dsecurity_manager_channel_unittest.cc281 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
297 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
330 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
345 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
374 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
389 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
412 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
427 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
442 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
457 hci::CommandView packet_view = hci::CommandView::Create(command_packet); in TEST_F() local
[all …]
/aosp12/system/bt/gd/l2cap/internal/
H A Dscheduler_fifo_test.cc99 auto packet_view = GetPacketView(std::move(packet)); in TEST_F() local
123 auto packet_view = GetPacketView(std::move(packet1)); in TEST_F() local
155 auto packet_view = GetPacketView(std::move(packet1)); in TEST_F() local
H A Dbasic_mode_channel_data_controller_test.cc95 auto packet_view = channel_queue.GetUpEnd()->TryDequeue(); in TEST_F() local
H A Dsender_test.cc114 auto packet_view = GetPacketView(std::move(packet)); in TEST_F() local
/aosp12/system/bt/gd/hci/
H A Dle_address_manager_test.cc335 auto packet_view = in TEST_F() local
356 auto packet_view = LeRemoveDeviceFromConnectListView::Create( in TEST_F() local
389 auto packet_view = LeAddDeviceToResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
414 …auto packet_view = LeRemoveDeviceFromResolvingListView::Create(LeSecurityCommandView::Create(packe… in TEST_F() local
436 auto packet_view = LeClearResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
448 auto packet_view = in TEST_F() local
H A Dle_advertising_manager_test.cc85 auto packet_view = CommandView::Create(GetPacketView(std::move(command))); in EnqueueCommand() local
103 auto packet_view = CommandView::Create(GetPacketView(std::move(command))); in EnqueueCommand() local
413 auto packet_view = test_hci_layer_->GetCommand(adv_opcodes[i]); in SetUp() local
534 auto packet_view = test_hci_layer_->GetCommand(adv_opcodes[i]); in SetUp() local
590 auto packet_view = test_hci_layer_->GetCommand(adv_opcodes[i]); in TEST_F() local
685 auto packet_view = test_hci_layer_->GetCommand(adv_opcodes[i]); in TEST_F() local
H A Dacl_builder_test.cc142 AclView packet_view = AclView::Create(packet_bytes_view); in TEST() local
H A Dcontroller_test.cc76 auto packet_view = GetPacketView(std::move(command_builder)); in HandleCommand() local
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dphy_layer_factory.cc69 auto packet_view = in Send() local
/aosp12/system/bt/gd/hci/acl_manager/
H A Dround_robin_scheduler_test.cc131 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
/aosp12/system/bt/gd/packet/
H A Dpacket_view_unittest.cc113 for (const auto& packet_view : to_append) { in AppendedPacketView() local