Home
last modified time | relevance | path

Searched refs:factory_id (Results 1 – 6 of 6) 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
44 if (phy != nullptr && phy->IsFactoryId(factory_id) && in UnregisterPhyLayer()
H A Ddevice.h78 void UnregisterPhyLayer(Phy::Type phy_type, uint32_t factory_id);
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dphy_layer_factory.h33 PhyLayerFactory(Phy::Type phy_type, uint32_t factory_id);
80 bool IsFactoryId(uint32_t factory_id) override;
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()
H A Dtest_model.cc118 size_t factory_id = phys_.size(); in AddPhy() local
119 phys_.emplace_back(phy_type, factory_id); in AddPhy()
120 return factory_id; in AddPhy()
H A Dphy_layer.h43 virtual bool IsFactoryId(uint32_t factory_id) = 0;