Home
last modified time | relevance | path

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

123

/system/bt/gd/
Dmodule_unittest.cc52 static const ModuleFactory Factory; member in bluetooth::__anonb3e8c82b0111::TestModuleNoDependency
70 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { in __anonb3e8c82b0202() member in bluetooth::__anonb3e8c82b0111::TestModuleNoDependency
78 static const ModuleFactory Factory; member in bluetooth::__anonb3e8c82b0111::TestModuleOneDependency
101 const ModuleFactory TestModuleOneDependency::Factory = ModuleFactory([]() { in __anonb3e8c82b0302() member in bluetooth::__anonb3e8c82b0111::TestModuleOneDependency
108 static const ModuleFactory Factory; member in bluetooth::__anonb3e8c82b0111::TestModuleNoDependencyTwo
125 const ModuleFactory TestModuleNoDependencyTwo::Factory = ModuleFactory([]() { in __anonb3e8c82b0402() member in bluetooth::__anonb3e8c82b0111::TestModuleNoDependencyTwo
131 static const ModuleFactory Factory; member in bluetooth::__anonb3e8c82b0111::TestModuleTwoDependencies
156 const ModuleFactory TestModuleTwoDependencies::Factory = ModuleFactory([]() { in __anonb3e8c82b0502() member in bluetooth::__anonb3e8c82b0111::TestModuleTwoDependencies
164 static const ModuleFactory Factory; member in bluetooth::__anonb3e8c82b0111::TestModuleDumpState
199 const ModuleFactory TestModuleDumpState::Factory = ModuleFactory([]() { return new TestModuleDumpSt… in __anonb3e8c82b0702() member in bluetooth::__anonb3e8c82b0111::TestModuleDumpState
Dstack_manager_unittest.cc35 static const ModuleFactory Factory; member in bluetooth::__anond75460b50111::TestModuleNoDependency
43 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { return new TestModuleNoD… in __anond75460b50202() member in bluetooth::__anond75460b50111::TestModuleNoDependency
/system/bt/gd/neighbor/
Dscan.h38 static const ModuleFactory Factory; variable
Ddiscoverability.h34 static const ModuleFactory Factory; variable
Dconnectability.h34 static const ModuleFactory Factory; variable
Dname_db.h40 static const ModuleFactory Factory; variable
Dname.h45 static const ModuleFactory Factory; variable
Dpage.h43 static const ModuleFactory Factory; variable
Dinquiry.h67 static const ModuleFactory Factory; variable
/system/bt/gd/att/
Datt_module.h30 static const ModuleFactory Factory; variable
/system/bt/gd/security/
Dsecurity_module.h44 static const ModuleFactory Factory; variable
/system/bt/gd/hci/
Dle_scanning_manager.h44 static const ModuleFactory Factory; variable
Dacl_manager.h105 static const ModuleFactory Factory; variable
Dcontroller.h112 static const ModuleFactory Factory; variable
Dhci_layer.h89 static const ModuleFactory Factory; variable
/system/bt/gd/l2cap/classic/
Dl2cap_classic_module.h50 static const ModuleFactory Factory; variable
/system/bt/gd/l2cap/le/
Dl2cap_le_module.h49 static const ModuleFactory Factory; variable
/system/bt/gd/shim/
Ddumpsys.h41 static const ModuleFactory Factory; variable
Dl2cap.h65 static const ModuleFactory Factory; variable
/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.h42 static const ModuleFactory Factory; variable
Dfuzz_hci_hal.cc105 const ModuleFactory FuzzHciHal::Factory = ModuleFactory([]() { return new FuzzHciHal(); }); in __anon1eefef5e0102() member in bluetooth::hal::fuzz::FuzzHciHal
/system/bt/gd/storage/
Dstorage_module.h62 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/hci/fuzz/
Dhci_layer_fuzz_client.h47 static const ModuleFactory Factory; variable
/system/bt/gd/shim/facade/
Dfacade.cc77 const ModuleFactory ShimFacadeModule::Factory = ::bluetooth::ModuleFactory([]() { return new ShimFa… in __anon463b7e1d0102() member in bluetooth::shim::facade::ShimFacadeModule

123