Home
last modified time | relevance | path

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

12

/system/bt/gd/hci/
Dhci_packets_test.cc236 …auto view = WriteExtendedInquiryResponseView::Create(CommandPacketView::Create(packet_bytes_view)); in TEST() local
271 auto view = in TEST() local
289 …auto view = LeSetScanEnableView::Create(LeScanningCommandView::Create(CommandPacketView::Create(pa… in TEST() local
305 auto view = in TEST() local
319 auto view = LeGetVendorCapabilitiesCompleteView::Create( in TEST() local
341 auto view = LeSetExtendedScanParametersView::Create( in TEST() local
360 auto view = LeSetExtendedScanParametersView::Create( in TEST() local
386 auto view = in TEST() local
403 auto view = in TEST() local
431 auto view = LeExtendedCreateConnectionView::Create( in TEST() local
[all …]
Dhci_layer_test.cc516 …LeRandView view = LeRandView::Create(LeSecurityCommandView::Create(CommandPacketView::Create(sent_… in TEST_F() local
547 …auto view = WriteSimplePairingModeView::Create(SecurityCommandView::Create(CommandPacketView::Crea… in TEST_F() local
584 CreateConnectionView view = in TEST_F() local
Dacl_manager.cc747 auto view = ReadRemoteVersionInformationCompleteView::Create(packet); in on_read_remote_version_information_complete() local
753 auto view = ReadRemoteSupportedFeaturesCompleteView::Create(packet); in on_read_remote_supported_features_complete() local
759 auto view = ReadRemoteExtendedFeaturesCompleteView::Create(packet); in on_read_remote_extended_features_complete() local
765 auto view = LinkSupervisionTimeoutChangedView::Create(packet); in on_link_supervision_timeout_changed() local
1365 …hci_layer_->EnqueueCommand(std::move(packet), BindOnce([](CommandCompleteView view) { /* TODO: che… in handle_reset_failed_contact_counter()
Dcontroller_test.cc177 auto view = SetEventMaskView::Create(command); in HandleCommand() local
/system/bt/gd/packet/parser/test/
Dgenerated_packet_test.cc243 MiddleFourBitsView view = MiddleFourBitsView::Create(packet_bytes_view); in TEST() local
467 auto view = FixedArrayEnumView::Create(packet_bytes_view); in TEST() local
513 auto view = SizedArrayEnumView::Create(packet_bytes_view); in TEST() local
549 auto view = CountArrayEnumView::Create(packet_bytes_view); in TEST() local
581 auto view = PacketWithFixedArraysOfBytesView::Create(packet_bytes_view); in TEST() local
616 auto view = OneVariableView::Create(packet_bytes_view); in TEST() local
629 auto view = OneVariableView::Create(packet_bytes_view); in TEST() local
661 auto view = SizedArrayVariableView::Create(packet_bytes_view); in TEST() local
686 auto view = SizedArrayVariableView::Create(packet_bytes_view); in TEST() local
710 auto view = SizedArrayVariableView::Create(packet_bytes_view); in TEST() local
[all …]
/system/bt/gd/neighbor/
Dinquiry_test.cc135 auto view = hci::WriteInquiryModeView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() local
150 … auto view = hci::WriteInquiryScanActivityView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() local
167 … auto view = hci::WriteInquiryScanTypeView::Create(hci::DiscoveryCommandView::Create(command)); in HandleCommand() local
296 hci::EventPacketView view = hci::EventPacketView::Create(GetPacketView(std::move(result))); in InjectInquiryResult() local
321 void Result(hci::InquiryResultView view) { in Result()
336 void ResultWithRssi(hci::InquiryResultWithRssiView view) { in ResultWithRssi()
340 void ExtendedResult(hci::ExtendedInquiryResultView view) { in ExtendedResult()
Dname.cc88 void neighbor::NameModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
119 void neighbor::NameModule::impl::OnEvent(hci::EventPacketView view) { in OnEvent()
Dinquiry.cc96 void neighbor::InquiryModule::impl::OnCommandCompleteSync(hci::CommandCompleteView view) { in OnCommandCompleteSync()
102 void neighbor::InquiryModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
193 void neighbor::InquiryModule::impl::OnEvent(hci::EventPacketView view) { in OnEvent()
Dscan.cc61 void neighbor::ScanModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
Dpage.cc62 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
/system/bt/gd/hci/facade/
Dfacade.cc192 void on_event(hci::EventPacketView view) { in on_event()
200 void on_le_subevent(hci::LeMetaEventView view) { in on_le_subevent()
208 void on_complete(hci::CommandCompleteView view) { in on_complete()
216 void on_status(hci::CommandStatusView view) { in on_status()
/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
139 for (auto view : data_) { in operator *() local
Dpacket_view.cc83 View view(fragment, begin, begin + std::min(length, fragment.size() - begin)); in GetSubviewList() local
Dpacket_view_unittest.cc472 …PacketView<true> view({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.size(… in TEST() local
484 …PacketView<true> view({View(std::make_shared<const vector<uint8_t>>(count_all), 0, count_all.size(… in TEST() local
/system/bt/main/shim/
Dhci_layer.cc133 bluetooth::hci::CommandCompleteView view) { in OnTransmitPacketCommandComplete()
144 bluetooth::hci::CommandStatusView view) { in OnTransmitPacketStatus()
Dbtm.cc106 bluetooth::hci::InquiryResultView view) { in OnInquiryResult()
116 bluetooth::hci::InquiryResultWithRssiView view) { in OnInquiryResultWithRssi()
126 bluetooth::hci::ExtendedInquiryResultView view) { in OnExtendedInquiryResult()
/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.cc84 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local
106 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/gd/l2cap/classic/internal/
Dsignalling_manager.cc513 auto view = InformationResponseConnectionlessMtuView::Create(response); in OnInformationResponse() local
522 auto view = InformationResponseExtendedFeaturesView::Create(response); in OnInformationResponse() local
533 auto view = InformationResponseFixedChannelsView::Create(response); in OnInformationResponse() local
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc332 auto view = model::packets::RemoteNameRequestView::Create(packet); in IncomingRemoteNameRequest() local
342 auto view = model::packets::RemoteNameRequestResponseView::Create(packet); in IncomingRemoteNameRequestResponse() local
359 auto view = model::packets::ReadRemoteLmpFeaturesResponseView::Create(packet); in IncomingReadRemoteLmpFeaturesResponse() local
376 auto view = in IncomingReadRemoteSupportedFeaturesResponse() local
393 auto view = model::packets::ReadRemoteExtendedFeaturesView::Create(packet); in IncomingReadRemoteExtendedFeatures() local
409 auto view = in IncomingReadRemoteExtendedFeaturesResponse() local
434 auto view = in IncomingReadRemoteVersionResponse() local
459 auto view = model::packets::ReadClockOffsetResponseView::Create(packet); in IncomingReadClockOffsetResponse() local
/system/bt/gd/neighbor/facade/
Dfacade.cc156 void on_incoming_inquiry_result(hci::EventPacketView view) { in on_incoming_inquiry_result()
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java429 public void onViewCreated(final View view, Bundle savedInstanceState) { in onViewCreated()
898 public void onClick(View view) { in onClick()

12