Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/btaa/linux_generic/
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 …]
/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager_test.cc348 auto packet_view = LeAddDeviceToFilterAcceptListView::Create( in TEST_F() local
369 auto packet_view = LeRemoveDeviceFromFilterAcceptListView::Create( in TEST_F() local
405 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
413 … auto packet_view = LeAddDeviceToResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
424 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
454 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
462 …auto packet_view = LeRemoveDeviceFromResolvingListView::Create(LeSecurityCommandView::Create(packe… in TEST_F() local
471 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
501 …auto packet_view = LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
509 auto packet_view = LeClearResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
[all …]
Dle_periodic_sync_manager_test.cc238 …auto packet_view = LePeriodicAdvertisingCreateSyncView::Create(LeScanningCommandView::Create(packe… in TEST_F() local
378 …auto packet_view = LePeriodicAdvertisingTerminateSyncView::Create(LeScanningCommandView::Create(pa… in TEST_F() local
412 …auto packet_view = LePeriodicAdvertisingCreateSyncCancelView::Create(LeScanningCommandView::Create… in TEST_F() local
427 …auto packet_view = LePeriodicAdvertisingSyncTransferView::Create(LeScanningCommandView::Create(pac… in TEST_F() local
452 …auto packet_view = LePeriodicAdvertisingSetInfoTransferView::Create(LeScanningCommandView::Create(… in TEST_F() local
478 auto packet_view = in TEST_F() local
Dacl_builder_test.cc142 AclView packet_view = AclView::Create(packet_bytes_view); in TEST() local
Dcontroller_test.cc87 auto packet_view = GetPacketView(std::move(command_builder)); in HandleCommand() local
/packages/modules/Bluetooth/system/gd/security/channel/
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 …]
/packages/modules/Bluetooth/system/gd/l2cap/internal/
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
Dbasic_mode_channel_data_controller_test.cc95 auto packet_view = channel_queue.GetUpEnd()->TryDequeue(); in TEST_F() local
Dsender_test.cc114 auto packet_view = GetPacketView(std::move(packet)); in TEST_F() local
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc46 model::packets::LinkLayerPacketView packet_view = in Receive() local
/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dtest.rs266 let packet_view = format_ident!("{packet}View"); in generate_test_file() localVariable
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler_test.cc131 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
Dle_impl_test.cc531 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
/packages/modules/Bluetooth/system/gd/packet/
Dpacket_view_unittest.cc113 for (const auto& packet_view : to_append) { in AppendedPacketView() local