Home
last modified time | relevance | path

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

/build/soong/android/
Dregister.go257 var InitRegistrationContext RegistrationContext = &initRegistrationContext{
265 type initRegistrationContext struct { struct
271 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) { argument
280 func (ctx *initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModul… argument
283 func (ctx *initRegistrationContext) RegisterParallelSingletonModuleType(name string, factory Single… argument
287 func (ctx *initRegistrationContext) registerSingletonModuleType(name string, factory SingletonModul… argument
297 func (ctx *initRegistrationContext) registerSingletonType(name string, factory SingletonFactory, pa… argument
305 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) { argument
309 func (ctx *initRegistrationContext) RegisterParallelSingletonType(name string, factory SingletonFac… argument
313 func (ctx *initRegistrationContext) PreArchMutators(f RegisterMutatorFunc) { argument
[all …]