/system/bt/gd/ |
D | module_unittest.cc | 44 static const ModuleFactory Factory; member in bluetooth::__anond723f7560111::TestModuleNoDependency 61 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { in __anond723f7560202() member in bluetooth::__anond723f7560111::TestModuleNoDependency 67 static const ModuleFactory Factory; member in bluetooth::__anond723f7560111::TestModuleOneDependency 89 const ModuleFactory TestModuleOneDependency::Factory = ModuleFactory([]() { in __anond723f7560302() member in bluetooth::__anond723f7560111::TestModuleOneDependency 96 static const ModuleFactory Factory; member in bluetooth::__anond723f7560111::TestModuleNoDependencyTwo 113 const ModuleFactory TestModuleNoDependencyTwo::Factory = ModuleFactory([]() { in __anond723f7560402() member in bluetooth::__anond723f7560111::TestModuleNoDependencyTwo 119 static const ModuleFactory Factory; member in bluetooth::__anond723f7560111::TestModuleTwoDependencies 144 const ModuleFactory TestModuleTwoDependencies::Factory = ModuleFactory([]() { in __anond723f7560502() member in bluetooth::__anond723f7560111::TestModuleTwoDependencies
|
D | module.h | 50 list_.push_back(&T::Factory); in add() 87 return static_cast<T*>(GetDependency(&T::Factory)); in GetDependency() 104 return IsStarted(&T::Factory); in IsStarted() 115 return static_cast<T*>(Start(&T::Factory, thread)); in Start()
|
D | stack_manager_unittest.cc | 35 static const ModuleFactory Factory; member in bluetooth::__anon6f5371800111::TestModuleNoDependency 43 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { return new TestModuleNoD… in __anon6f5371800202() member in bluetooth::__anon6f5371800111::TestModuleNoDependency
|
D | stack_manager.h | 32 return static_cast<T*>(registry_.Get(&T::Factory)); in GetInstance()
|
/system/bt/gd/hal/ |
D | facade.h | 34 static const ModuleFactory Factory;
|
/system/bt/gd/security/ |
D | facade.h | 29 static const ModuleFactory Factory;
|
D | security_module.h | 36 static const ModuleFactory Factory; variable
|
/system/bt/gd/hci/facade/ |
D | le_scanning_manager_facade.h | 30 static const ModuleFactory Factory;
|
D | controller_facade.h | 32 static const ModuleFactory Factory;
|
D | le_acl_manager_facade.h | 32 static const ModuleFactory Factory;
|
D | le_advertising_manager_facade.h | 30 static const ModuleFactory Factory;
|
D | acl_manager_facade.h | 32 static const ModuleFactory Factory;
|
D | facade.h | 32 static const ModuleFactory Factory;
|
/system/bt/gd/facade/ |
D | read_only_property_server.h | 33 static const ModuleFactory Factory;
|
/system/bt/gd/neighbor/facade/ |
D | facade.h | 37 static const ModuleFactory Factory;
|
/system/bt/gd/l2cap/classic/ |
D | facade.h | 30 static const ModuleFactory Factory;
|
D | l2cap_classic_module.h | 43 static const ModuleFactory Factory; variable
|
/system/bt/gd/neighbor/ |
D | connectability.h | 34 static const ModuleFactory Factory; variable
|
D | discoverability.h | 34 static const ModuleFactory Factory; variable
|
D | scan.h | 38 static const ModuleFactory Factory; variable
|
D | page.h | 43 static const ModuleFactory Factory; variable
|
/system/bt/gd/att/ |
D | att_module.h | 30 static const ModuleFactory Factory; variable
|
/system/incremental_delivery/libdataloader/include/ |
D | dataloader_inline.h | 74 DataLoaderFactoryImpl(DataLoader::Factory&& factory) : mFactory(factory) { in DataLoaderFactoryImpl() 96 DataLoader::Factory mFactory; 101 inline void DataLoader::initialize(DataLoader::Factory&& factory) { in initialize()
|
D | dataloader.h | 57 using Factory = std::function<DataLoaderPtr(DataLoaderServiceVmPtr, const DataLoaderParams&)>; member 58 static void initialize(Factory&& factory);
|
/system/bt/gd/l2cap/le/ |
D | l2cap_le_module.h | 37 static const ModuleFactory Factory; variable
|