Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dle_address_manager_test.cc188 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function in bluetooth::hci::LeAddressManagerTest
312 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function in bluetooth::hci::LeAddressManagerWithSingleClientTest
Dle_scanning_manager_test.cc192 common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in TestLeAddressManager()
232 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet){}; in enqueue_command() function in bluetooth::hci::__anon6531fa6a0111::TestAclManager
Dle_address_manager.cc28 common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in LeAddressManager()
Dle_advertising_manager_test.cc235 common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in TestLeAddressManager()
282 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet){}; in enqueue_command() function in bluetooth::hci::__anona3ab50390111::TestAclManager
Dhci_layer.cc132 …void enqueue_command(unique_ptr<CommandBuilder> command, ContextualOnceCallback<void(TResponse)> o… in enqueue_command() function
/system/bt/hci/src/
Dhci_layer.cc395 static void enqueue_command(waiting_command_t* wait_entry) { in enqueue_command() function
/system/bt/gd/hci/acl_manager/
Dle_impl.h312 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function