Lines Matching refs:Module
78 if g, ok := mctx.Module().(*aidlImplementationGenerator); ok {
86 func wrapLibraryFactory(factory func() android.Module) func() android.Module { argument
87 return func() android.Module {
95 func isAidlGeneratedModule(module android.Module) bool { argument
155 ctx.WalkDeps(func(child android.Module, parent android.Module) bool {
165 switch mctx.Module().(type) {
167 case *cc.Module:
168 case *rust.Module:
173 if gen, ok := mctx.Module().(*aidlGenRule); ok {
188 mctx.VisitDirectDeps(func(dep android.Module) {
196 if !isAidlGeneratedModule(mctx.Module()) && len(info.notFrozen) > 0 {
505 …ctx.AddDependency(ctx.Module(), importInterfaceDepTag{anImport: anImport}, name+aidlInterfaceSuffi…
516 switch i := mctx.Module().(type) {
535 case *rust.Module:
567 if i, ok := mctx.Module().(*aidlInterface); ok {
568 mctx.VisitDirectDeps(func(dep android.Module) {
958 ctx.AddReverseDependency(ctx.Module(), nil, aidlMetadataSingletonName)
961 func aidlInterfaceFactory() android.Module {