| /system/bt/gd/hci/ |
| D | hci_packets_test.cc | 236 …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 …]
|
| D | hci_layer_test.cc | 516 …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
|
| D | acl_manager.cc | 747 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()
|
| D | controller_test.cc | 177 auto view = SetEventMaskView::Create(command); in HandleCommand() local
|
| /system/bt/gd/packet/parser/test/ |
| D | generated_packet_test.cc | 243 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/ |
| D | inquiry_test.cc | 135 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()
|
| D | name.cc | 88 void neighbor::NameModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete() 119 void neighbor::NameModule::impl::OnEvent(hci::EventPacketView view) { in OnEvent()
|
| D | inquiry.cc | 96 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()
|
| D | scan.cc | 61 void neighbor::ScanModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
|
| D | page.cc | 62 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
|
| /system/bt/gd/hci/facade/ |
| D | facade.cc | 192 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/ |
| D | view.cc | 28 View::View(const View& view, size_t begin, size_t end) : data_(view.data_) { in View()
|
| D | iterator.cc | 30 for (auto& view : data) { in Iterator() local 139 for (auto view : data_) { in operator *() local
|
| D | packet_view.cc | 83 View view(fragment, begin, begin + std::min(length, fragment.size() - begin)); in GetSubviewList() local
|
| D | packet_view_unittest.cc | 472 …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/ |
| D | hci_layer.cc | 133 bluetooth::hci::CommandCompleteView view) { in OnTransmitPacketCommandComplete() 144 bluetooth::hci::CommandStatusView view) { in OnTransmitPacketStatus()
|
| D | btm.cc | 106 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/ |
| D | link_layer_socket_device_test.cc | 185 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/ |
| D | le_credit_based_channel_data_controller_test.cc | 84 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local 106 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local
|
| D | basic_mode_channel_data_controller_test.cc | 80 auto view = GetPacketView(std::move(next_packet)); in TEST_F() local
|
| D | enhanced_retransmission_mode_channel_data_controller_test.cc | 83 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/ |
| D | signalling_manager.cc | 513 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/ |
| D | link_layer_controller.cc | 332 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/ |
| D | facade.cc | 156 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/ |
| D | CameraAvgFragment.java | 429 public void onViewCreated(final View view, Bundle savedInstanceState) { in onViewCreated() 898 public void onClick(View view) { in onClick()
|