Searched refs:HandleCommand (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
H A D | test_command_handler.cc | 91 void TestCommandHandler::HandleCommand(const std::string& name, const vector<std::string>& args) { in HandleCommand() function in test_vendor_lib::TestCommandHandler 116 HandleCommand(p.first, params); in FromFile()
|
H A D | test_command_handler.h | 41 void HandleCommand(const std::string& name, const std::vector<std::string>& args);
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | hci_socket_device.cc | 78 HandleCommand(packet_copy); in HciSocketDevice()
|
/aosp12/system/bt/test/rootcanal/ |
H A D | bluetooth_hci.cc | 101 [this, name, args]() { test_channel_.HandleCommand(name, args); }); in initialize_impl() 248 controller_->HandleCommand(packet_copy); in sendHciCommand()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/ |
H A D | test_environment.cc | 49 test_channel_.HandleCommand(name, args); in initialize()
|
/aosp12/frameworks/rs/tests/lldb/tests/harness/ |
H A D | test_base.py | 177 self._ci.HandleCommand(cmd, res)
|
/aosp12/system/bt/gd/neighbor/ |
H A 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::__anonc49a147f0110::TestHciLayer
|
/aosp12/system/bt/gd/hci/ |
H A D | controller_test.cc | 63 …GetHandler()->Post(common::BindOnce(&TestHciLayer::HandleCommand, common::Unretained(this), std::m… in EnqueueCommand() 73 void HandleCommand( in HandleCommand() function in bluetooth::hci::__anonebd7b0380110::TestHciLayer
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | dual_mode_controller.h | 74 void HandleCommand(std::shared_ptr<std::vector<uint8_t>> command_packet);
|
H A D | dual_mode_controller.cc | 372 void DualModeController::HandleCommand(std::shared_ptr<std::vector<uint8_t>> packet) { in HandleCommand() function in test_vendor_lib::DualModeController
|