Home
last modified time | relevance | path

Searched defs:command_complete_callbacks (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_fake.h95 std::list<common::ContextualOnceCallback<void(CommandCompleteView)>> command_complete_callbacks; variable
Dhci_layer_fake.cc178 std::move(command_complete_callbacks.front())(complete_view); in CommandCompleteCallback() local
Dle_periodic_sync_manager_test.cc116 std::move(command_complete_callbacks.front())(complete_view); in CommandCompleteCallback() local
130 std::list<common::ContextualOnceCallback<void(CommandCompleteView)>> command_complete_callbacks; member in bluetooth::hci::__anon68a456930111::TestLeScanningInterface
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc166 …d::list<common::ContextualOnceCallback<void(hci::CommandCompleteView)>> command_complete_callbacks; member in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeAclConnectionInterface
Dclassic_acl_connection_test.cc175 …d::list<common::ContextualOnceCallback<void(hci::CommandCompleteView)>> command_complete_callbacks; member in TestAclConnectionInterface