Home
last modified time | relevance | path

Searched defs:command_view (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc288 auto command_view = bluetooth::hci::ResetView::Create(command); in Reset() local
301 auto command_view = bluetooth::hci::ReadBufferSizeView::Create(command); in ReadBufferSize() local
313 auto command_view = bluetooth::hci::ReadFailedContactCounterView::Create(command); in ReadFailedContactCounter() local
330 auto command_view = bluetooth::hci::ReadFailedContactCounterView::Create(command); in ResetFailedContactCounter() local
346 auto command_view = bluetooth::hci::ReadRssiView::Create(command); in ReadRssi() local
361 auto command_view = bluetooth::hci::ReadEncryptionKeySizeView::Create(command); in ReadEncryptionKeySize() local
373 auto command_view = bluetooth::hci::HostBufferSizeView::Create(command); in HostBufferSize() local
383 auto command_view = bluetooth::hci::ReadLocalVersionInformationView::Create(command); in ReadLocalVersionInformation() local
400 auto command_view = bluetooth::hci::ReadRemoteVersionInformationView::Create(command); in ReadRemoteVersionInformation() local
415 auto command_view = bluetooth::hci::ReadBdAddrView::Create(command); in ReadBdAddr() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc357 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp() local
443 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in TEST_F() local
485 auto command_view = LeCreateConnectionCancelView::Create(le_connection_management_command_view); in TEST_F() local
513 auto command_view = LeCreateConnectionView::Create( in TEST_F() local
549 auto command_view = LeCreateConnectionView::Create( in TEST_F() local
752 auto command_view = DisconnectView::Create(packet); in TEST_F() local
782 auto command_view = SwitchRoleView::Create(packet); in TEST_F() local
798 auto command_view = WriteDefaultLinkPolicySettingsView::Create(packet); in TEST_F() local
813 auto command_view = AuthenticationRequestedView::Create(packet); in TEST_F() local
825 auto command_view = ReadClockOffsetView::Create(packet); in TEST_F() local
[all …]
Dhci_metrics_logging.cc30 void log_hci_event(std::unique_ptr<CommandView>& command_view, EventView event_view, in log_hci_event()
69 void log_link_layer_connection_command(std::unique_ptr<CommandView>& command_view) { in log_link_layer_connection_command()
256 void log_link_layer_connection_command_status(std::unique_ptr<CommandView>& command_view, in log_link_layer_connection_command_status()
458 std::unique_ptr<CommandView>& command_view) { in log_link_layer_connection_command_complete()
798 void log_classic_pairing_command_status(std::unique_ptr<CommandView>& command_view, in log_classic_pairing_command_status()
979 std::unique_ptr<CommandView>& command_view) { in log_classic_pairing_command_complete()
Dhci_packets_test.cc400 auto command_view = LeAdvertisingCommandView::Create( in TEST() local
420 auto command_view = LeAdvertisingCommandView::Create( in TEST() local
439 auto command_view = in TEST() local
461 auto command_view = LeMultiAdvtSetScanRespView::Create( in TEST() local
Dle_scanning_manager_test.cc442 auto command_view = LeSetExtendedScanParametersView::Create( in TEST_F() local
458 auto command_view = LeSetExtendedScanParametersView::Create( in TEST_F() local
Dhci_layer.cc116 unique_ptr<CommandView> command_view; member in bluetooth::hci::CommandQueueEntry
278 auto& command_view = *command_queue_.front().command_view; in handle_command_response() local
Dacl_manager_unittest.cc383 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp() local
Dle_advertising_manager.cc1765 auto command_view = LeMultiAdvtCompleteView::Create(view); in check_status_with_id() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc157 auto command_view = ConnectionManagementCommandView::Create(AclCommandView::Create( in ConnectionCommand() local
Dacl_manager_facade.cc130 auto command_view = ConnectionManagementCommandView::Create(AclCommandView::Create( in ConnectionCommand() local