Home
last modified time | relevance | path

Searched refs:packet_bytes_view (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/gd/hci/
H A Dhci_packets_test.cc72 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local
146 PacketView<kLittleEndian> packet_bytes_view( in TEST() local
185 PacketView<kLittleEndian> packet_bytes_view( in TEST() local
220 PacketView<kLittleEndian> packet_bytes_view( in TEST() local
240 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
253 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
269 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
289 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
312 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
332 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
[all …]
H A Dacl_builder_test.cc141 PacketView<true> packet_bytes_view(packet_bytes); in TEST() local
142 AclView packet_view = AclView::Create(packet_bytes_view); in TEST()
/aosp12/system/bt/gd/packet/parser/test/
H A Dgenerated_packet_test.cc82 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
114 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
186 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
207 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
246 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
272 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
620 auto view = OneVariableView::Create(packet_bytes_view); in TEST()
633 auto view = OneVariableView::Create(packet_bytes_view); in TEST()
900 auto view = OneStructView::Create(packet_bytes_view); in TEST()
934 auto view = TwoStructsView::Create(packet_bytes_view); in TEST()
[all …]
/aosp12/system/bt/gd/l2cap/
H A Dl2cap_packet_test.cc80 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local
81 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()
90 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local
91 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()
100 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local
101 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()
110 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local
111 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()
120 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local
121 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()
/aosp12/system/bt/gd/security/test/
H A Dpairing_handler_le_pair_test.cc59 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in CommandBuilderToView() local
60 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in CommandBuilderToView()
68 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in EventBuilderToView() local
69 auto temp_evt_view = EventView::Create(packet_bytes_view); in EventBuilderToView()
128 auto packet_bytes_view = l2cap_->GetQueueAUpEnd()->TryDequeue(); in dequeue_callback_central() local
129 if (!packet_bytes_view) LOG_ERROR("Received dequeue, but no data ready..."); in dequeue_callback_central()
131 auto temp_cmd_view = CommandView::Create(*packet_bytes_view); in dequeue_callback_central()
144 auto packet_bytes_view = l2cap_->GetQueueBUpEnd()->TryDequeue(); in dequeue_callback_peripheral() local
145 if (!packet_bytes_view) LOG_ERROR("Received dequeue, but no data ready..."); in dequeue_callback_peripheral()
147 auto temp_cmd_view = CommandView::Create(*packet_bytes_view); in dequeue_callback_peripheral()
/aosp12/system/bt/gd/security/
H A Dpairing_handler_le.cc233 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in ExchangePairingFeature() local
234 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in ExchangePairingFeature()
310 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in ExchangePairingFeature() local
311 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in ExchangePairingFeature()
H A Dpairing_handler_le_unittest.cc45 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in BuilderToView() local
46 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in BuilderToView()