Home
last modified time | relevance | path

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

/build/soong/android/
Dregister.go23 factory ModuleFactory
43 type ModuleFactory func() Module type
47 func ModuleFactoryAdaptor(factory ModuleFactory) blueprint.ModuleFactory { argument
68 func RegisterModuleType(name string, factory ModuleFactory) { argument
110 func ModuleTypeFactories() map[string]ModuleFactory {
111 ret := make(map[string]ModuleFactory)
Dhooks.go33 CreateModule(blueprint.ModuleFactory, ...interface{}) argument
Dmutator.go126 CreateModule(blueprint.ModuleFactory, ...interface{}) argument
/build/blueprint/
Dmodule_ctx.go591 CreateModule(ModuleFactory, ...interface{}) argument
807 func (mctx *mutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) {
Dcontext.go74 moduleFactories map[string]ModuleFactory
172 factory ModuleFactory
283 moduleFactories: make(map[string]ModuleFactory),
310 type ModuleFactory func() (m Module, propertyStructs []interface{}) type
373 func (c *Context) RegisterModuleType(name string, factory ModuleFactory) {
1249 func (c *Context) newModule(factory ModuleFactory) *moduleInfo {
2833 func (c *Context) ModuleTypeFactories() map[string]ModuleFactory {
2834 ret := make(map[string]ModuleFactory)