/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_address_manager_test.cc | 115 common::Bind(&LeAddressManagerTest::enqueue_command, common::Unretained(this)), in SetUp() 144 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function in bluetooth::hci::__anon2a209ba40111::LeAddressManagerTest 235 common::Bind(&LeAddressManagerWithSingleClientTest::enqueue_command, in SetUp() 255 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function in bluetooth::hci::__anon2a209ba40111::LeAddressManagerWithSingleClientTest
|
D | hci_layer.cc | 192 void enqueue_command(unique_ptr<CommandBuilder> command, in enqueue_command() function 319 enqueue_command(ControllerDebugInfoBuilder::Create(), in on_hci_timeout() 647 CallOn(impl_, &impl::enqueue_command<CommandCompleteView>, std::move(command), in EnqueueCommand() 657 CallOn(impl_, &impl::enqueue_command<CommandStatusView>, std::move(command), in EnqueueCommand() 664 CallOn(impl_, &impl::enqueue_command<CommandStatusOrCompleteView>, std::move(command), in EnqueueCommand()
|
D | le_scanning_manager_test.cc | 161 TestLeAddressManager(common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in TestLeAddressManager() argument 164 : LeAddressManager(enqueue_command, handler, public_address, accept_list_size, in TestLeAddressManager() 207 common::Bind(&TestAclManager::enqueue_command, common::Unretained(this)), handler_, in Start() 222 void enqueue_command(std::unique_ptr<CommandBuilder> /* command_packet */){}; in enqueue_command() function in bluetooth::hci::__anon23d1344f0211::TestAclManager
|
D | le_address_manager.h | 49 LeAddressManager(common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command,
|
D | le_address_manager.cc | 68 common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in LeAddressManager() argument 71 : enqueue_command_(enqueue_command), in LeAddressManager()
|
D | le_advertising_manager_test.cc | 89 TestLeAddressManager(common::Callback<void(std::unique_ptr<CommandBuilder>)> enqueue_command, in TestLeAddressManager() argument 92 : LeAddressManager(enqueue_command, handler, public_address, accept_list_size, in TestLeAddressManager() 145 common::Bind(&TestAclManager::enqueue_command, common::Unretained(this)), handler_, in Start() 160 void enqueue_command(std::unique_ptr<CommandBuilder> /* command_packet */){}; in enqueue_command() function in bluetooth::hci::__anonf1a97bfe0111::TestAclManager
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl.h | 143 common::Bind(&le_impl::enqueue_command, common::Unretained(this)), handler_, in le_impl() 305 void enqueue_command(std::unique_ptr<CommandBuilder> command_packet) { in enqueue_command() function
|