Home
last modified time | relevance | path

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

/build/soong/android/
Dregister.go43 type ModuleFactory func() Module type
47 func ModuleFactoryAdaptor(factory ModuleFactory) blueprint.ModuleFactory {
68 func RegisterModuleType(name string, factory ModuleFactory) {
Dhooks.go33 CreateModule(blueprint.ModuleFactory, ...interface{})
Dmutator.go126 CreateModule(blueprint.ModuleFactory, ...interface{})
/build/blueprint/
Dmodule_ctx.go591 CreateModule(ModuleFactory, ...interface{}) argument
Dcontext.go310 type ModuleFactory func() (m Module, propertyStructs []interface{}) type