Home
last modified time | relevance | path

Searched defs:ModuleFactory (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dregister.go44 type ModuleFactory func() Module type
48 func ModuleFactoryAdaptor(factory ModuleFactory) blueprint.ModuleFactory {
55 func RegisterModuleType(name string, factory ModuleFactory) {
/build/blueprint/
Dcontext.go285 type ModuleFactory func() (m Module, propertyStructs []interface{}) type