Home
last modified time | relevance | path

Searched refs:CommandCompleteView (Results 1 – 25 of 52) sorted by relevance

123

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc36 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 …]
Dcontroller.cc261 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 …]
Dhci_layer_test.cc79 …::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()
Dmsft.cc208 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()
Dhci_layer_fake.h41 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override;
82 std::list<common::ContextualOnceCallback<void(CommandCompleteView)>> command_complete_callbacks;
Dhci_layer_fake.cc72 …e_ptr<CommandBuilder> command, common::ContextualOnceCallback<void(CommandCompleteView)> on_comple… in EnqueueCommand()
151 CommandCompleteView complete_view = CommandCompleteView::Create(event); in CommandCompleteCallback()
Ddistance_measurement_manager.cc204 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()
Dle_address_manager.h99 void OnCommandComplete(CommandCompleteView view);
168 void on_command_complete(CommandCompleteView view);
Dhci_layer.h57 common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override;
145 … common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) override { in EnqueueCommand()
Dcontroller_test.cc73 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()
Dle_address_manager_test.cc55 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;
Dcommand_interface.h37 … common::ContextualOnceCallback<void(CommandCompleteView)> on_complete) = 0;
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_hci_layer.h26 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/
Dclassic_acl_connection.cc161 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/
Diso_manager_impl.h70 hci::CommandCompleteView command_complete);
90 hci::CommandCompleteView command_complete);
95 void RemoveCigComplete(hci::CommandCompleteView command_complete);
Diso_manager_impl.cc114 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/
Dsecurity_manager_channel.h36 using SecurityCommandStatusCallback = common::ContextualOnceCallback<void(hci::CommandCompleteView)…
122 void OnCommandComplete(hci::CommandCompleteView packet);
/packages/modules/Bluetooth/system/gd/hal/fuzz/
Dfuzz_hci_hal.cc69 hci::CommandCompleteView complete = hci::CommandCompleteView::Create(event); in injectHciEvent()
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h36 … 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/
Dpcap_filter.h76 bluetooth::hci::CommandCompleteView& command_complete);
78 bluetooth::hci::CommandCompleteView& command_complete);
/packages/modules/Bluetooth/system/gd/neighbor/
Ddiscoverability.cc51 void OnCommandComplete(hci::CommandCompleteView status);
66 void neighbor::DiscoverabilityModule::impl::OnCommandComplete(hci::CommandCompleteView status) { in OnCommandComplete()
Dscan.cc52 void OnCommandComplete(hci::CommandCompleteView status);
63 void neighbor::ScanModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
Dinquiry.cc82 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()
Dinquiry_test.cc89 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()
Dpage.cc53 void OnCommandComplete(hci::CommandCompleteView status);
63 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()

123