Lines Matching refs:Module
103 func hidlInterfacesMetadataSingletonFactory() android.Module {
125 ctx.VisitDirectDeps(func(m android.Module) {
169 ctx.VisitAllModules(func(m android.Module) {
251 ctx.VisitDirectDeps(func(dep android.Module) {
343 ctx.AddDependency(ctx.Module(), nil, g.properties.FqName+hidlInterfaceSuffix)
344 ctx.AddDependency(ctx.Module(), nil, wrap("", g.properties.Interfaces, hidlInterfaceSuffix)...)
345 ctx.AddDependency(ctx.Module(), nil, g.properties.Root)
347 ctx.AddReverseDependency(ctx.Module(), nil, hidlMetadataSingletonName)
350 func hidlGenFactory() android.Module {
374 ctx.AddReverseDependency(ctx.Module(), nil, hidlMetadataSingletonName)
377 func prebuiltHidlInterfaceFactory() android.Module {
699 ctx.VisitDirectDeps(func(dep android.Module) {
714 ctx.AddDependency(ctx.Module(), nil, h.properties.Root)
717 func hidlInterfaceFactory() android.Module {