Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc309 auto command_view = bluetooth::hci::ResetView::Create(command); in Reset() local
323 auto command_view = bluetooth::hci::ReadBufferSizeView::Create(command); in ReadBufferSize() local
336 auto command_view = in ReadFailedContactCounter() local
354 auto command_view = in ResetFailedContactCounter() local
371 auto command_view = bluetooth::hci::ReadRssiView::Create(command); in ReadRssi() local
386 auto command_view = in ReadEncryptionKeySize() local
400 auto command_view = bluetooth::hci::HostBufferSizeView::Create(command); in HostBufferSize() local
410 auto command_view = in ReadLocalVersionInformation() local
429 auto command_view = in ReadRemoteVersionInformation() local
445 auto command_view = bluetooth::hci::ReadBdAddrView::Create(command); in ReadBdAddr() local
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc368 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp() local
459 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in TEST_F() local
504 auto command_view = LeCreateConnectionCancelView::Create(le_connection_management_command_view); in TEST_F() local
535 auto command_view = in TEST_F() local
577 auto command_view = in TEST_F() local
791 auto command_view = DisconnectView::Create(packet); in TEST_F() local
821 auto command_view = SwitchRoleView::Create(packet); in TEST_F() local
836 auto command_view = WriteDefaultLinkPolicySettingsView::Create(packet); in TEST_F() local
851 auto command_view = AuthenticationRequestedView::Create(packet); in TEST_F() local
863 auto command_view = ReadClockOffsetView::Create(packet); in TEST_F() local
[all …]
Dhci_metrics_logging.cc30std::unique_ptr<CommandView>& command_view, EventView event_view, storage::StorageModule* storage_… in log_hci_event()
68 void log_link_layer_connection_command(std::unique_ptr<CommandView>& command_view) { in log_link_layer_connection_command()
268 void log_link_layer_connection_command_status(std::unique_ptr<CommandView>& command_view, ErrorCode… in log_link_layer_connection_command_status()
479 …ayer_connection_command_complete(EventView event_view, std::unique_ptr<CommandView>& command_view)… in log_link_layer_connection_command_complete()
846 void log_classic_pairing_command_status(std::unique_ptr<CommandView>& command_view, ErrorCode statu… in log_classic_pairing_command_status()
1041 …classic_pairing_command_complete(EventView event_view, std::unique_ptr<CommandView>& command_view)… in log_classic_pairing_command_complete()
Dhci_packets_test.cc382 …auto command_view = LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>… in TEST() local
400 …auto command_view = LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>… in TEST() local
418 auto command_view = LeMultiAdvtSetDataView::Create(LeMultiAdvtView::Create( in TEST() local
439 auto command_view = LeMultiAdvtSetScanRespView::Create(LeMultiAdvtView::Create( in TEST() local
Dle_scanning_manager_test.cc465 auto command_view = LeSetExtendedScanParametersView::Create( in TEST_F() local
481 auto command_view = LeSetExtendedScanParametersView::Create( in TEST_F() local
Dhci_layer.cc90 unique_ptr<CommandView> command_view; member in bluetooth::hci::CommandQueueEntry
250 auto& command_view = *command_queue_.front().command_view; in handle_command_response() local
Dacl_manager_unittest.cc413 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp() local
Dle_advertising_manager.cc1803 auto command_view = LeMultiAdvtCompleteView::Create(view); in check_status_with_id() local
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc163 auto command_view = in ConnectionCommand() local
Dacl_manager_facade.cc133 auto command_view = in ConnectionCommand() local