Home
last modified time | relevance | path

Searched refs:HandleCommand (Results 1 – 9 of 9) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_command_handler.h41 void HandleCommand(const std::string& name, const std::vector<std::string>& args);
Dtest_command_handler.cc89 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/
Dhci_socket_device.cc78 HandleCommand(packet_copy); in HciSocketDevice()
/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.cc47 [this, name, args]() { test_channel_.HandleCommand(name, args); }); in initialize()
/system/bt/test/rootcanal/
Dbluetooth_hci.cc101 [this, name, args]() { test_channel_.HandleCommand(name, args); }); in initialize_impl()
237 controller_->HandleCommand(packet_copy); in sendHciCommand()
/system/bt/gd/hci/
Dcontroller_test.cc61 …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/
Dinquiry_test.cc91 …&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/
Ddual_mode_controller.h74 void HandleCommand(std::shared_ptr<std::vector<uint8_t>> command_packet);
Ddual_mode_controller.cc320 void DualModeController::HandleCommand(std::shared_ptr<std::vector<uint8_t>> packet) { in HandleCommand() function in test_vendor_lib::DualModeController