Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 36) sorted by relevance

12

/system/bt/gd/hci/
Dhci_packets_test.cc73 auto view = WriteExtendedInquiryResponseView::Create(CommandView::Create(packet_bytes_view)); in TEST() local
108 …auto view = LeSetScanParametersView::Create(LeScanningCommandView::Create(CommandView::Create(pack… in TEST() local
123 …auto view = LeSetScanEnableView::Create(LeScanningCommandView::Create(CommandView::Create(packet_b… in TEST() local
137 …auto view = LeGetVendorCapabilitiesView::Create(VendorCommandView::Create(CommandView::Create(pack… in TEST() local
148 auto view = in TEST() local
168 auto view = in TEST() local
187 auto view = in TEST() local
205 auto view = in TEST() local
222 auto view = in TEST() local
241 auto view = LeExtendedCreateConnectionView::Create( in TEST() local
[all …]
/system/bt/gd/l2cap/
Dl2cap_packet_test.cc81 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
91 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
101 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
111 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
121 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
/system/bt/gd/hci/acl_manager/
Devent_checkers.h24 void check_command_complete(CommandCompleteView view) { in check_command_complete()
41 void check_command_status(CommandStatusView view) { in check_command_status()
Dclassic_acl_connection.cc161 void on_role_discovery_complete(CommandCompleteView view) { in on_role_discovery_complete()
175 void on_read_link_policy_settings_complete(CommandCompleteView view) { in on_read_link_policy_settings_complete()
189 void on_read_automatic_flush_timeout_complete(CommandCompleteView view) { in on_read_automatic_flush_timeout_complete()
203 void on_read_transmit_power_level_complete(CommandCompleteView view) { in on_read_transmit_power_level_complete()
217 void on_read_link_supervision_timeout_complete(CommandCompleteView view) { in on_read_link_supervision_timeout_complete()
231 void on_read_failed_contact_counter_complete(CommandCompleteView view) { in on_read_failed_contact_counter_complete()
245 void on_read_link_quality_complete(CommandCompleteView view) { in on_read_link_quality_complete()
259 void on_read_afh_channel_map_complete(CommandCompleteView view) { in on_read_afh_channel_map_complete()
273 void on_read_rssi_complete(CommandCompleteView view) { in on_read_rssi_complete()
287 void on_read_remote_version_information_status(CommandStatusView view) { in on_read_remote_version_information_status()
[all …]
/system/bt/gd/packet/parser/test/
Dgenerated_packet_test.cc247 MiddleFourBitsView view = MiddleFourBitsView::Create(packet_bytes_view); in TEST() local
471 auto view = FixedArrayEnumView::Create(packet_bytes_view); in TEST() local
517 auto view = SizedArrayEnumView::Create(packet_bytes_view); in TEST() local
553 auto view = CountArrayEnumView::Create(packet_bytes_view); in TEST() local
585 auto view = PacketWithFixedArraysOfBytesView::Create(packet_bytes_view); in TEST() local
620 auto view = OneVariableView::Create(packet_bytes_view); in TEST() local
633 auto view = OneVariableView::Create(packet_bytes_view); in TEST() local
665 auto view = SizedArrayVariableView::Create(packet_bytes_view); in TEST() local
690 auto view = SizedArrayVariableView::Create(packet_bytes_view); in TEST() local
714 auto view = SizedArrayVariableView::Create(packet_bytes_view); in TEST() local
[all …]
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc102 #define GET_CONNECTION(view) \ argument
132 auto view = DisconnectView::Create(command_view); in ConnectionCommand() local
138 auto view = ChangeConnectionPacketTypeView::Create(command_view); in ConnectionCommand() local
144 auto view = SetConnectionEncryptionView::Create(command_view); in ConnectionCommand() local
160 auto view = HoldModeView::Create(command_view); in ConnectionCommand() local
166 auto view = SniffModeView::Create(command_view); in ConnectionCommand() local
188 auto view = WriteAutomaticFlushTimeoutView::Create(command_view); in ConnectionCommand() local
194 auto view = ReadTransmitPowerLevelView::Create(command_view); in ConnectionCommand() local
205 auto view = WriteLinkSupervisionTimeoutView::Create(command_view); in ConnectionCommand() local
236 auto view = ReadClockView::Create(command_view); in ConnectionCommand() local
Dfacade.cc183 void on_event(hci::EventView view) { in on_event()
191 void on_le_subevent(hci::LeMetaEventView view) { in on_le_subevent()
199 void on_complete(hci::CommandCompleteView view) { in on_complete()
207 void on_status(hci::CommandStatusView view) { in on_status()
Dle_acl_manager_facade.cc106 #define GET_CONNECTION(view) \ argument
131 auto view = DisconnectView::Create(command_view); in ConnectionCommand() local
/system/linkerconfig/testmodules/vndkext/HelloActivityProduct/src/com/example/android/helloactivity/
DHelloActivity.java38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate() local
/system/bt/gd/neighbor/
Dinquiry_test.cc137 auto view = hci::WriteInquiryModeView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() local
152 … auto view = hci::WriteInquiryScanActivityView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() local
171 … auto view = hci::WriteInquiryScanTypeView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() local
292 hci::EventView view = hci::EventView::Create(GetPacketView(std::move(result))); in InjectInquiryResult() local
312 void Result(hci::InquiryResultView view) { in Result()
327 void ResultWithRssi(hci::InquiryResultWithRssiView view) { in ResultWithRssi()
331 void ExtendedResult(hci::ExtendedInquiryResultView view) { in ExtendedResult()
Dname.cc90 void neighbor::NameModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
121 void neighbor::NameModule::impl::OnEvent(hci::EventView view) { in OnEvent()
Dinquiry.cc100 void neighbor::InquiryModule::impl::OnCommandCompleteSync(hci::CommandCompleteView view) { in OnCommandCompleteSync()
106 void neighbor::InquiryModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
197 void neighbor::InquiryModule::impl::OnEvent(hci::EventView view) { in OnEvent()
Dscan.cc63 void neighbor::ScanModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
Dpage.cc63 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
/system/libbase/
Dfunction_ref_test.cpp57 function_ref<int(int)> view = [](int i) { return i + 1; }; in TEST() local
75 function_ref<int(int)> view = [](int i) { return i + 1; }; in TEST() local
/system/bt/gd/packet/
Dview.cc28 View::View(const View& view, size_t begin, size_t end) : data_(view.data_) { in View()
Diterator.cc30 for (auto& view : data) { in Iterator() local
125 for (auto view : data_) { in operator *() local
Dpacket_view.cc83 View view(fragment, begin, begin + std::min(length, fragment.size() - begin)); in GetSubviewList() local
Dpython3_module.cc95 .def("GetBytes", [](const PacketView<kLittleEndian> view) { in PYBIND11_MODULE()
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc185 LinkLayerPacketView view = LinkLayerPacketView::Create(count_shared); in NextPacket() local
191 LinkLayerPacketView view = NextPacket(); in SendFromClient() local
198 LinkLayerPacketView view = NextPacket(); in SendFromServer() local
/system/bt/gd/l2cap/internal/
Dle_credit_based_channel_data_controller_test.cc82 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local
104 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local
Dbasic_mode_channel_data_controller_test.cc80 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local
Denhanced_retransmission_mode_channel_data_controller_test.cc83 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local
175 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local
/system/bt/main/shim/
Dbtm.cc166 void Btm::OnInquiryResult(bluetooth::hci::InquiryResultView view) { in OnInquiryResult()
176 bluetooth::hci::InquiryResultWithRssiView view) { in OnInquiryResultWithRssi()
187 bluetooth::hci::ExtendedInquiryResultView view) { in OnExtendedInquiryResult()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc692 auto view = InformationResponseConnectionlessMtuView::Create(response); in OnInformationResponse() local
701 auto view = InformationResponseExtendedFeaturesView::Create(response); in OnInformationResponse() local
711 auto view = InformationResponseFixedChannelsView::Create(response); in OnInformationResponse() local

12