Home
last modified time | relevance | path

Searched refs:phy_type (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Ddevice.cc42 void Device::UnregisterPhyLayer(Phy::Type phy_type, uint32_t factory_id) { in UnregisterPhyLayer() argument
45 phy->GetType() == phy_type) { in UnregisterPhyLayer()
60 Phy::Type phy_type) { in SendLinkLayerPacket() argument
62 if (phy != nullptr && phy->GetType() == phy_type) { in SendLinkLayerPacket()
69 Phy::Type phy_type) { in SendLinkLayerPacket() argument
71 if (phy != nullptr && phy->GetType() == phy_type) { in SendLinkLayerPacket()
H A Dlink_layer_socket_device.h31 LinkLayerSocketDevice(int socket_fd, Phy::Type phy_type);
35 static std::shared_ptr<Device> Create(int socket_fd, Phy::Type phy_type) { in Create() argument
36 return std::make_shared<LinkLayerSocketDevice>(socket_fd, phy_type); in Create()
H A Ddevice.h78 void UnregisterPhyLayer(Phy::Type phy_type, uint32_t factory_id);
84 Phy::Type phy_type);
86 Phy::Type phy_type);
H A Dremote_loopback_device.cc49 Phy::Type phy_type = Phy::Type::BR_EDR; in IncomingPacket() local
61 SendLinkLayerPacket(packet, phy_type); in IncomingPacket()
H A Dcar_kit.cc44 Phy::Type phy_type) { in CarKit() argument
45 CarKit::SendLinkLayerPacket(packet, phy_type); in CarKit()
H A Dlink_layer_socket_device.cc29 LinkLayerSocketDevice::LinkLayerSocketDevice(int socket_fd, Phy::Type phy_type) in LinkLayerSocketDevice() argument
31 phy_type_(phy_type), in LinkLayerSocketDevice()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_model.cc117 size_t TestModel::AddPhy(Phy::Type phy_type) { in AddPhy() argument
119 phys_.emplace_back(phy_type, factory_id); in AddPhy()
167 void TestModel::AddLinkLayerConnection(int socket_fd, Phy::Type phy_type) { in AddLinkLayerConnection() argument
168 std::shared_ptr<Device> dev = LinkLayerSocketDevice::Create(socket_fd, phy_type); in AddLinkLayerConnection()
171 if (phy_type == phys_[i].GetType()) { in AddLinkLayerConnection()
182 void TestModel::AddRemote(const std::string& server, int port, Phy::Type phy_type) { in AddRemote() argument
187 AddLinkLayerConnection(socket_fd, phy_type); in AddRemote()
H A Dphy_layer_factory.cc22 PhyLayerFactory::PhyLayerFactory(Phy::Type phy_type, uint32_t factory_id) in PhyLayerFactory() argument
23 : phy_type_(phy_type), factory_id_(factory_id) {} in PhyLayerFactory()
114 Phy::Type phy_type, uint32_t id, in PhyLayerImpl() argument
118 : PhyLayer(phy_type, id, device_receive, device_id), factory_(factory) {} in PhyLayerImpl()
H A Dtest_model.h60 size_t AddPhy(Phy::Type phy_type);
72 void AddLinkLayerConnection(int socket_fd, Phy::Type phy_type);
80 void AddRemote(const std::string& server, int port, Phy::Type phy_type);
H A Dphy_layer.h26 PhyLayer(Phy::Type phy_type, uint32_t id, in PhyLayer() argument
30 : phy_type_(phy_type), in PhyLayer()
H A Dphy_layer_factory.h33 PhyLayerFactory(Phy::Type phy_type, uint32_t factory_id);
69 PhyLayerImpl(Phy::Type phy_type, uint32_t id,
H A Dtest_command_handler.cc154 Phy::Type phy_type = Phy::Type::BR_EDR; in AddRemote() local
156 phy_type = Phy::Type::LOW_ENERGY; in AddRemote()
167 model_.AddRemote(args[0], port, phy_type); in AddRemote()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dacl_connection.cc23 Phy::Type phy_type) in AclConnection() argument
24 : address_(addr), own_address_(own_addr), type_(phy_type) {} in AclConnection()
H A Dacl_connection.h32 Phy::Type phy_type);
H A Dlink_layer_controller.h435 Phy::Type phy_type)>
H A Ddual_mode_controller.cc90 Phy::Type phy_type) { in DualModeController() argument
91 DualModeController::SendLinkLayerPacket(packet, phy_type); in DualModeController()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1777 uint16 phy_type; /* phy type */ member
1784 uint16 phy_type; /* Phy type */ member
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h2404 uint8 phy_type; member