Lines Matching refs:Module
105 func hidlInterfacesMetadataSingletonFactory() android.Module {
123 ctx.VisitDirectDeps(func(m android.Module) {
252 ctx.VisitDirectDeps(func(dep android.Module) {
348 ctx.AddDependency(ctx.Module(), nil, g.properties.FqName+hidlInterfaceSuffix)
349 ctx.AddDependency(ctx.Module(), nil, wrap("", g.properties.Interfaces, hidlInterfaceSuffix)...)
350 ctx.AddDependency(ctx.Module(), nil, g.properties.Root)
352 ctx.AddReverseDependency(ctx.Module(), nil, hidlMetadataSingletonName)
355 func hidlGenFactory() android.Module {
379 ctx.AddReverseDependency(ctx.Module(), nil, hidlMetadataSingletonName)
382 func prebuiltHidlInterfaceFactory() android.Module {
704 ctx.VisitDirectDeps(func(dep android.Module) {
719 ctx.AddDependency(ctx.Module(), nil, h.properties.Root)
722 func HidlInterfaceFactory() android.Module {