/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | device.cc | 42 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 D | link_layer_socket_device.h | 31 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 D | device.h | 78 void UnregisterPhyLayer(Phy::Type phy_type, uint32_t factory_id); 84 Phy::Type phy_type); 86 Phy::Type phy_type);
|
H A D | remote_loopback_device.cc | 49 Phy::Type phy_type = Phy::Type::BR_EDR; in IncomingPacket() local 61 SendLinkLayerPacket(packet, phy_type); in IncomingPacket()
|
H A D | car_kit.cc | 44 Phy::Type phy_type) { in CarKit() argument 45 CarKit::SendLinkLayerPacket(packet, phy_type); in CarKit()
|
H A D | link_layer_socket_device.cc | 29 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 D | test_model.cc | 117 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 D | phy_layer_factory.cc | 22 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 D | test_model.h | 60 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 D | phy_layer.h | 26 PhyLayer(Phy::Type phy_type, uint32_t id, in PhyLayer() argument 30 : phy_type_(phy_type), in PhyLayer()
|
H A D | phy_layer_factory.h | 33 PhyLayerFactory(Phy::Type phy_type, uint32_t factory_id); 69 PhyLayerImpl(Phy::Type phy_type, uint32_t id,
|
H A D | test_command_handler.cc | 154 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 D | acl_connection.cc | 23 Phy::Type phy_type) in AclConnection() argument 24 : address_(addr), own_address_(own_addr), type_(phy_type) {} in AclConnection()
|
H A D | acl_connection.h | 32 Phy::Type phy_type);
|
H A D | link_layer_controller.h | 435 Phy::Type phy_type)>
|
H A D | dual_mode_controller.cc | 90 Phy::Type phy_type) { in DualModeController() argument 91 DualModeController::SendLinkLayerPacket(packet, phy_type); in DualModeController()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | wlioctl.h | 1777 uint16 phy_type; /* phy type */ member 1784 uint16 phy_type; /* Phy type */ member
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
H A D | 802.11.h | 2404 uint8 phy_type; member
|