Searched refs:HandleCommand (Results 1 – 9 of 9) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_command_handler.h | 41 void HandleCommand(const std::string& name, const std::vector<std::string>& args);
|
D | test_command_handler.cc | 89 void TestCommandHandler::HandleCommand(const std::string& name, const vector<std::string>& args) { in HandleCommand() function in test_vendor_lib::TestCommandHandler
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | hci_socket_device.cc | 78 HandleCommand(packet_copy); in HciSocketDevice()
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | test_environment.cc | 47 [this, name, args]() { test_channel_.HandleCommand(name, args); }); in initialize()
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 101 [this, name, args]() { test_channel_.HandleCommand(name, args); }); in initialize_impl() 237 controller_->HandleCommand(packet_copy); in sendHciCommand()
|
/system/bt/gd/hci/ |
D | controller_test.cc | 61 …GetHandler()->Post(common::BindOnce(&TestHciLayer::HandleCommand, common::Unretained(this), std::m… in EnqueueCommand() 70 void HandleCommand(std::unique_ptr<CommandPacketBuilder> command_builder, in HandleCommand() function in bluetooth::hci::__anonea0b95cc0111::TestHciLayer
|
/system/bt/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::__anon1f5daf130111::TestHciLayer
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.h | 74 void HandleCommand(std::shared_ptr<std::vector<uint8_t>> command_packet);
|
D | dual_mode_controller.cc | 320 void DualModeController::HandleCommand(std::shared_ptr<std::vector<uint8_t>> packet) { in HandleCommand() function in test_vendor_lib::DualModeController
|