| /packages/modules/Bluetooth/system/gd/hci/ |
| D | hci_layer.cc | 36 using bluetooth::hci::CommandCompleteView; 49 static void fail_if_reset_complete_not_success(CommandCompleteView complete) { in fail_if_reset_complete_not_success() 65 ContextualOnceCallback<void(CommandCompleteView)> on_complete_function) in CommandQueueEntry() 82 ContextualOnceCallback<void(CommandCompleteView)> on_complete; 95 ContextualOnceCallback<void(CommandCompleteView)>* GetCallback<CommandCompleteView>() { in GetCallback() 168 handle_command_response<CommandCompleteView>(event, "complete"); in on_command_complete() 209 CommandCompleteView command_complete_view = CommandCompleteView::Create( in handle_command_response() 211 command_queue_.front().GetCallback<CommandCompleteView>()->Invoke( in handle_command_response() 243 …(ControllerDebugInfoBuilder::Create(), module_.GetHandler()->BindOnce([](CommandCompleteView) {})); in on_hci_timeout() argument 348 auto view = CommandCompleteView::Create(event); in on_hci_event() [all …]
|
| D | controller.cc | 261 void write_secure_connections_host_support_complete_handler(CommandCompleteView view) { in write_secure_connections_host_support_complete_handler() 268 void read_local_name_complete_handler(CommandCompleteView view) { in read_local_name_complete_handler() 280 void read_local_version_information_complete_handler(CommandCompleteView view) { in read_local_version_information_complete_handler() 295 void read_local_supported_commands_complete_handler(CommandCompleteView view) { in read_local_supported_commands_complete_handler() 303 …ad_local_extended_features_complete_handler(std::promise<void> promise, CommandCompleteView view) { in read_local_extended_features_complete_handler() 323 void read_buffer_size_complete_handler(CommandCompleteView view) { in read_buffer_size_complete_handler() 335 void read_controller_mac_address_handler(std::promise<void> promise, CommandCompleteView view) { in read_controller_mac_address_handler() 344 void le_read_buffer_size_handler(CommandCompleteView view) { in le_read_buffer_size_handler() 360 void set_min_encryption_key_size_handler(CommandCompleteView view) { in set_min_encryption_key_size_handler() 367 void le_read_buffer_size_v2_handler(CommandCompleteView view) { in le_read_buffer_size_v2_handler() [all …]
|
| D | hci_layer_test.cc | 79 …::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView>)); in SendHciCommandExpectingComplete() 88 …::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView>)); in SendSecurityCommandExpectingComplete() 97 …::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView>)); in SendLeSecurityCommandExpectingComplete() 372 CommandCompleteView::Create(EventView::Create(*event))) in TEST_F() 411 CommandCompleteView::Create(EventView::Create(*event))) in TEST_F() 436 ASSERT_TRUE(ReadLocalSupportedCommandsCompleteView::Create(CommandCompleteView::Create(*event)) in TEST_F() 457 ASSERT_TRUE(ReadLocalSupportedFeaturesCompleteView::Create(CommandCompleteView::Create(*event)) in TEST_F() 481 ASSERT_TRUE(LeRandCompleteView::Create(CommandCompleteView::Create(*event)).IsValid()); in TEST_F() 505 WriteSimplePairingModeCompleteView::Create(CommandCompleteView::Create(*event)).IsValid()); in TEST_F()
|
| D | msft.cc | 208 void on_msft_read_supported_features_complete(CommandCompleteView view) { in on_msft_read_supported_features_complete() 247 void on_msft_adv_monitor_add_complete(CommandCompleteView view) { in on_msft_adv_monitor_add_complete() 262 void on_msft_adv_monitor_remove_complete(CommandCompleteView view) { in on_msft_adv_monitor_remove_complete() 277 void on_msft_adv_monitor_enable_complete(CommandCompleteView view) { in on_msft_adv_monitor_enable_complete()
|
| D | hci_layer_fake.h | 41 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override; 82 std::list<common::ContextualOnceCallback<void(CommandCompleteView)>> command_complete_callbacks;
|
| D | hci_layer_fake.cc | 72 …e_ptr<CommandBuilder> command, common::ContextualOnceCallback<void(CommandCompleteView)> on_comple… in EnqueueCommand() 151 CommandCompleteView complete_view = CommandCompleteView::Create(event); in CommandCompleteCallback()
|
| D | distance_measurement_manager.cc | 204 void on_set_transmit_power_reporting_enable_complete(Address address, CommandCompleteView view) { in on_set_transmit_power_reporting_enable_complete() 236 void on_read_rssi_complete(Address address, CommandCompleteView view) { in on_read_rssi_complete() 262 void check_status(CommandCompleteView view) { in check_status()
|
| D | le_address_manager.h | 99 void OnCommandComplete(CommandCompleteView view); 168 void on_command_complete(CommandCompleteView view);
|
| D | hci_layer.h | 57 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override; 145 … common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override { in EnqueueCommand()
|
| D | controller_test.cc | 73 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override { in EnqueueCommand() 86 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) { in HandleCommand() 222 CommandCompleteView command_complete = CommandCompleteView::Create(event); in HandleCommand()
|
| D | le_address_manager_test.cc | 55 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override { in EnqueueCommand() 109 CommandCompleteView complete_view = CommandCompleteView::Create(event); in CommandCompleteCallback() 120 std::list<common::ContextualOnceCallback<void(CommandCompleteView)>> command_complete_callbacks;
|
| D | command_interface.h | 37 … common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) = 0;
|
| /packages/modules/Bluetooth/system/gd/security/test/ |
| D | fake_hci_layer.h | 26 using hci::CommandCompleteView; 47 ContextualOnceCallback<void(CommandCompleteView)> on_complete_function) in CommandQueueEntry() 58 ContextualOnceCallback<void(CommandCompleteView)> on_complete; 74 ContextualOnceCallback<void(CommandCompleteView)> on_complete) override { in EnqueueCommand()
|
| /packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
| D | classic_acl_connection.cc | 161 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() 299 void on_read_clock_complete(CommandCompleteView view) { in on_read_clock_complete()
|
| /packages/modules/Bluetooth/system/gd/iso/internal/ |
| D | iso_manager_impl.h | 70 hci::CommandCompleteView command_complete); 90 hci::CommandCompleteView command_complete); 95 void RemoveCigComplete(hci::CommandCompleteView command_complete);
|
| D | iso_manager_impl.cc | 114 hci::CommandCompleteView command_complete) { in SetCigParametersComplete() 187 hci::CommandCompleteView command_complete) { in SetCigParametersTestComplete() 246 void IsoManagerImpl::RemoveCigComplete(hci::CommandCompleteView command_complete) { in RemoveCigComplete()
|
| /packages/modules/Bluetooth/system/gd/security/channel/ |
| D | security_manager_channel.h | 36 using SecurityCommandStatusCallback = common::ContextualOnceCallback<void(hci::CommandCompleteView)… 122 void OnCommandComplete(hci::CommandCompleteView packet);
|
| /packages/modules/Bluetooth/system/gd/hal/fuzz/ |
| D | fuzz_hci_hal.cc | 69 hci::CommandCompleteView complete = hci::CommandCompleteView::Create(event); in injectHciEvent()
|
| /packages/modules/Bluetooth/system/gd/hci/fuzz/ |
| D | fuzz_hci_layer.h | 36 … common::ContextualOnceCallback<void(hci::CommandCompleteView)> on_complete) override {} in EnqueueCommand() 54 common::ContextualOnceCallback<void(hci::CommandCompleteView)> on_complete) override { in EnqueueCommand() 183 common::ContextualOnceCallback<void(hci::CommandCompleteView)> on_command_complete_;
|
| /packages/modules/Bluetooth/tools/rootcanal/include/hci/ |
| D | pcap_filter.h | 76 bluetooth::hci::CommandCompleteView& command_complete); 78 bluetooth::hci::CommandCompleteView& command_complete);
|
| /packages/modules/Bluetooth/system/gd/neighbor/ |
| D | discoverability.cc | 51 void OnCommandComplete(hci::CommandCompleteView status); 66 void neighbor::DiscoverabilityModule::impl::OnCommandComplete(hci::CommandCompleteView status) { in OnCommandComplete()
|
| D | scan.cc | 52 void OnCommandComplete(hci::CommandCompleteView status); 63 void neighbor::ScanModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
|
| D | inquiry.cc | 82 void OnCommandComplete(hci::CommandCompleteView view); 86 void OnCommandCompleteSync(hci::CommandCompleteView view); 100 void neighbor::InquiryModule::impl::OnCommandCompleteSync(hci::CommandCompleteView view) { in OnCommandCompleteSync() 106 void neighbor::InquiryModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
|
| D | inquiry_test.cc | 89 common::ContextualOnceCallback<void(hci::CommandCompleteView)> on_complete) override { in EnqueueCommand() 103 common::ContextualOnceCallback<void(hci::CommandCompleteView)> on_complete) { in HandleCommand() 193 hci::CommandCompleteView command_complete = hci::CommandCompleteView::Create(event); in HandleCommand()
|
| D | page.cc | 53 void OnCommandComplete(hci::CommandCompleteView status); 63 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
|