Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dregister.go273 type initRegistrationContext struct { struct
274 moduleTypes map[string]ModuleFactory
275 singletonTypes map[string]SingletonFactory
276 moduleTypesForDocs map[string]reflect.Value
279 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) {
288 …initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {
291 …strationContext) RegisterParallelSingletonModuleType(name string, factory SingletonModuleFactory) {
295 …nContext) registerSingletonModuleType(name string, factory SingletonModuleFactory, parallel bool) {
305 …tRegistrationContext) registerSingletonType(name string, factory SingletonFactory, parallel bool) {
313 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {
[all …]