Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager_test.cc277 auto packet_view = LeAddDeviceToFilterAcceptListView::Create( in TEST_F() local
299 auto packet_view = LeRemoveDeviceFromFilterAcceptListView::Create( in TEST_F() local
337 auto packet_view = in TEST_F() local
346 auto packet_view = in TEST_F() local
359 auto packet_view = in TEST_F() local
393 auto packet_view = in TEST_F() local
402 auto packet_view = in TEST_F() local
413 auto packet_view = in TEST_F() local
446 auto packet_view = in TEST_F() local
455 auto packet_view = LeClearResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F() local
[all …]
Dle_periodic_sync_manager_test.cc237 auto packet_view = in TEST_F() local
366 auto packet_view = in TEST_F() local
404 auto packet_view = in TEST_F() local
422 auto packet_view = in TEST_F() local
451 auto packet_view = in TEST_F() local
479 auto packet_view = LeSetDefaultPeriodicAdvertisingSyncTransferParametersView::Create( in TEST_F() local
Dacl_builder_test.cc143 AclView packet_view = AclView::Create(packet_bytes_view); in TEST() local
Dcontroller_test.cc92 auto packet_view = packet::PacketView<packet::kLittleEndian>(bytes); in HandleCommand() local
/aosp_15_r20/external/webrtc/test/peer_scenario/
H A Dscenario_connection.cc143 rtc::ArrayView<const uint8_t> packet_view) { in SendRtpPacket()
155 rtc::ArrayView<const uint8_t> packet_view) { in SendRtcpPacket()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dlegacy_low_energy_advertiser.cc44 auto packet_view = packet.view_t(); in BuildEnablePacket() local
148 auto packet_view = packet.view_t(); in BuildRemoveAdvertisingSet() local
H A Dandroid_extended_low_energy_advertiser.cc73 auto packet_view = packet.view_t(); in BuildEnablePacket() local
257 auto packet_view = packet.view_t(); in BuildRemoveAdvertisingSet() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc49 model::packets::LinkLayerPacketView packet_view = in Receive() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Da2dp_offload_manager.cc216 auto packet_view = packet.view_t(); in RequestStopA2dpOffload() local
H A Dl2cap_fuzztest.cc119 MutableBufferView packet_view(packet_data.data(), packet_data.size()); in SendAclPacket() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_interrogator.cc99 auto packet_view = packet.view_t(); in QueueRemoteNameRequest() local
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Dtest.rs266 let packet_view = format_ident!("{packet}View"); in generate_test_file() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl_test.cc212 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
Dround_robin_scheduler_test.cc127 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
Dle_impl_test.cc478 auto packet_view = bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian>(bytes); in HciDownEndDequeue() local
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.h352 DereferencingVector<const LoggedRtpPacket> packet_view; in RTC_POP_IGNORING_WUNDEF() member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/
Dpacket_view_unittest.cc116 for (const auto& packet_view : to_append) { in AppendedPacketView() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc258 PacketView<hci_spec::CommandHeader> packet_view(&command, payload_size); in SendCommand() local