/aosp12/system/bt/gd/btaa/linux_generic/ |
H A D | hci_processor.cc | 73 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 D | security_manager_channel_unittest.cc | 281 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 D | scheduler_fifo_test.cc | 99 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 D | basic_mode_channel_data_controller_test.cc | 95 auto packet_view = channel_queue.GetUpEnd()->TryDequeue(); in TEST_F() local
|
H A D | sender_test.cc | 114 auto packet_view = GetPacketView(std::move(packet)); in TEST_F() local
|
/aosp12/system/bt/gd/hci/ |
H A D | le_address_manager_test.cc | 335 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 D | le_advertising_manager_test.cc | 85 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 D | acl_builder_test.cc | 142 AclView packet_view = AclView::Create(packet_bytes_view); in TEST() local
|
H A D | controller_test.cc | 76 auto packet_view = GetPacketView(std::move(command_builder)); in HandleCommand() local
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
H A D | phy_layer_factory.cc | 69 auto packet_view = in Send() local
|
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | round_robin_scheduler_test.cc | 131 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
|
/aosp12/system/bt/gd/packet/ |
H A D | packet_view_unittest.cc | 113 for (const auto& packet_view : to_append) { in AppendedPacketView() local
|