Home
last modified time | relevance | path

Searched defs:Factory (Results 1 – 25 of 76) sorted by relevance

1234

/system/bt/gd/
Dmodule_unittest.cc53 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleNoDependency
75 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { in __anon6d4cd8320202() member in bluetooth::__anon6d4cd8320111::TestModuleNoDependency
83 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleOneDependency
110 const ModuleFactory TestModuleOneDependency::Factory = ModuleFactory([]() { in __anon6d4cd8320302() member in bluetooth::__anon6d4cd8320111::TestModuleOneDependency
117 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleNoDependencyTwo
138 const ModuleFactory TestModuleNoDependencyTwo::Factory = ModuleFactory([]() { in __anon6d4cd8320402() member in bluetooth::__anon6d4cd8320111::TestModuleNoDependencyTwo
144 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleTwoDependencies
173 const ModuleFactory TestModuleTwoDependencies::Factory = ModuleFactory([]() { in __anon6d4cd8320502() member in bluetooth::__anon6d4cd8320111::TestModuleTwoDependencies
181 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleDumpState
220 const ModuleFactory TestModuleDumpState::Factory = ModuleFactory([]() { return new TestModuleDumpSt… in __anon6d4cd8320702() member in bluetooth::__anon6d4cd8320111::TestModuleDumpState
Dstack_manager_unittest.cc35 static const ModuleFactory Factory; member in bluetooth::__anon2b5342dc0111::TestModuleNoDependency
46 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { return new TestModuleNoD… in __anon2b5342dc0202() member in bluetooth::__anon2b5342dc0111::TestModuleNoDependency
/system/bt/gd/att/
Datt_module.h30 static const ModuleFactory Factory; variable
/system/bt/gd/hci/
Dvendor_specific_event_manager.h32 static const ModuleFactory Factory; variable
Dacl_manager.h124 static const ModuleFactory Factory; variable
Dcontroller.h159 static const ModuleFactory Factory; variable
Dhci_layer.h100 static const ModuleFactory Factory; variable
/system/bt/gd/iso/
Diso_module.h36 static const ModuleFactory Factory; variable
/system/bt/gd/security/
Dsecurity_module.h44 static const ModuleFactory Factory; variable
/system/bt/gd/l2cap/classic/
Dl2cap_classic_module.h51 static const ModuleFactory Factory; variable
/system/bt/gd/neighbor/
Dconnectability.h34 static const ModuleFactory Factory; variable
Ddiscoverability.h35 static const ModuleFactory Factory; variable
Dscan.h38 static const ModuleFactory Factory; variable
Dname_db.h40 static const ModuleFactory Factory; variable
Dpage.h43 static const ModuleFactory Factory; variable
Dname.h45 static const ModuleFactory Factory; variable
Dinquiry.h67 static const ModuleFactory Factory; variable
/system/bt/gd/l2cap/le/
Dl2cap_le_module.h54 static const ModuleFactory Factory; variable
/system/bt/test/mock/
Dmock_activity_attribution.cc34 bluetooth::activity_attribution::ActivityAttribution::Factory = member in bluetooth::activity_attribution::ActivityAttribution
/system/bt/gd/shim/
Ddumpsys.h41 static const ModuleFactory Factory; variable
/system/bt/gd/storage/
Dstorage_module.h51 static const ModuleFactory Factory; variable
/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.h43 static const ModuleFactory Factory; variable
/system/bt/gd/hci/fuzz/
Dhci_layer_fuzz_client.h47 static const ModuleFactory Factory; variable
/system/bt/gd/facade/
Dread_only_property_server.cc56 const ModuleFactory ReadOnlyPropertyServerModule::Factory = member in bluetooth::facade::ReadOnlyPropertyServerModule
/system/bt/gd/btaa/host/
Dactivity_attribution.cc44 const ModuleFactory ActivityAttribution::Factory = ModuleFactory([]() { return new ActivityAttribut… in __anona8080ea20102() member in bluetooth::activity_attribution::ActivityAttribution

1234