Home
last modified time | relevance | path

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

/build/soong/android/
Dregister.go277 type initRegistrationContext struct { struct
278 moduleTypes map[string]ModuleFactory
279 singletonTypes map[string]SingletonFactory
280 moduleTypesForDocs map[string]reflect.Value
283 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) {
292 …initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {
295 …strationContext) RegisterParallelSingletonModuleType(name string, factory SingletonModuleFactory) {
299 …nContext) registerSingletonModuleType(name string, factory SingletonModuleFactory, parallel bool) {
309 …tRegistrationContext) registerSingletonType(name string, factory SingletonFactory, parallel bool) {
317 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {
[all …]