Home
last modified time | relevance | path

Searched refs:enqueue_command (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager_test.cc169 …common::Bind(&LeAddressManagerTest::enqueue_command, common::Unretained(this)), handler_, address,… in SetUp()
197 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function in bluetooth::hci::__anon9e20fc930211::LeAddressManagerTest
299 … common::Bind(&LeAddressManagerWithSingleClientTest::enqueue_command, common::Unretained(this)), in SetUp()
325 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function in bluetooth::hci::__anon9e20fc930211::LeAddressManagerWithSingleClientTest
Dhci_layer.cc147 …void enqueue_command(unique_ptr<CommandBuilder> command, ContextualOnceCallback<void(TResponse)> o… in enqueue_command() function
243enqueue_command(ControllerDebugInfoBuilder::Create(), module_.GetHandler()->BindOnce([](CommandCom… in on_hci_timeout()
503 &impl::enqueue_command<CommandCompleteView>, in EnqueueCommand()
511 impl_, &impl::enqueue_command<CommandStatusView>, std::move(command), std::move(on_status)); in EnqueueCommand()
Dle_scanning_manager_test.cc151 common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in TestLeAddressManager() argument
156 …: LeAddressManager(enqueue_command, handler, public_address, connect_list_size, resolving_list_siz… in TestLeAddressManager()
201 …common::Bind(&TestAclManager::enqueue_command, common::Unretained(this)), handler_, address, 0x3F,… in Start()
215 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet){}; in enqueue_command() function in bluetooth::hci::__anon17ddb31e0211::TestAclManager
Dle_address_manager.h44 common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command,
Dle_address_manager.cc29 common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in LeAddressManager() argument
34 : enqueue_command_(enqueue_command), in LeAddressManager()
Dle_advertising_manager_test.cc98 common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in TestLeAddressManager() argument
104 enqueue_command, handler, public_address, connect_list_size, resolving_list_size) { in TestLeAddressManager()
161 …common::Bind(&TestAclManager::enqueue_command, common::Unretained(this)), handler_, address, 0x3F,… in Start()
175 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet){}; in enqueue_command() function in bluetooth::hci::__anon3fbebc6d0111::TestAclManager
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h146 common::Bind(&le_impl::enqueue_command, common::Unretained(this)), in le_impl()
306 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function