Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_command_handler.cc91 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 Dtest_command_handler.h41 void HandleCommand(const std::string& name, const std::vector<std::string>& args);
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dhci_socket_device.cc78 HandleCommand(packet_copy); in HciSocketDevice()
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc101 [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 Dtest_environment.cc49 test_channel_.HandleCommand(name, args); in initialize()
/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base.py177 self._ci.HandleCommand(cmd, res)
/aosp12/system/bt/gd/neighbor/
H A 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::__anonc49a147f0110::TestHciLayer
/aosp12/system/bt/gd/hci/
H A Dcontroller_test.cc63 …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 Ddual_mode_controller.h74 void HandleCommand(std::shared_ptr<std::vector<uint8_t>> command_packet);
H A Ddual_mode_controller.cc372 void DualModeController::HandleCommand(std::shared_ptr<std::vector<uint8_t>> packet) { in HandleCommand() function in test_vendor_lib::DualModeController