Searched refs:HandleCommand (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_command_handler.cc | 81 void TestCommandHandler::HandleCommand(const std::string& name, in HandleCommand() function in rootcanal::TestCommandHandler 106 HandleCommand(*begin, params); in FromFile()
|
D | test_command_handler.h | 42 void HandleCommand(const std::string& name,
|
/packages/modules/Bluetooth/system/test/rootcanal/ |
D | bluetooth_hci.cc | 105 [this, name, args]() { test_channel_.HandleCommand(name, args); }); in initialize_impl() 274 controller_->HandleCommand(packet_copy); in sendHciCommand()
|
/packages/modules/Bluetooth/tools/rootcanal/model/devices/ |
D | hci_device.cc | 70 HandleCommand(command); in HciDevice()
|
/packages/modules/Bluetooth/system/gd/neighbor/ |
D | inquiry_test.cc | 91 …&TestHciLayer::HandleCommand, common::Unretained(this), std::move(command), std::move(on_complete)… in EnqueueCommand() 101 void HandleCommand( in HandleCommand() function in bluetooth::neighbor::__anon6ea1ed950111::TestHciLayer
|
/packages/modules/Bluetooth/tools/rootcanal/desktop/ |
D | test_environment.cc | 58 test_channel_.HandleCommand(name, args); in initialize()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_test.cc | 74 …GetHandler()->Post(common::BindOnce(&TestHciLayer::HandleCommand, common::Unretained(this), std::m… in EnqueueCommand() 84 void HandleCommand( in HandleCommand() function in bluetooth::hci::__anon0eca4bce0211::TestHciLayer
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 75 void HandleCommand(std::shared_ptr<std::vector<uint8_t>> command_packet);
|
D | dual_mode_controller.cc | 406 void DualModeController::HandleCommand( in DualModeController() function in rootcanal::DualModeController
|