Home
last modified time | relevance | path

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

/build/soong/
Dregister.go21 factory blueprint.ModuleFactory
41 func RegisterModuleType(name string, factory blueprint.ModuleFactory) { argument
/build/blueprint/
Dcontext.go68 moduleFactories map[string]ModuleFactory
240 moduleFactories: make(map[string]ModuleFactory),
254 type ModuleFactory func() (m Module, propertyStructs []interface{}) type
317 func (c *Context) RegisterModuleType(name string, factory ModuleFactory) {