Lines Matching refs:properties
140 if t.properties.Language == "inheritance-hierarchy" {
144 additionalInterfaces = append(additionalInterfaces, t.properties.Interfaces...)
181 if t.properties.Language == "lint" {
222 properties hidlGenProperties member
235 for _, input := range g.properties.Inputs {
240 for _, src := range g.properties.Inputs {
246 switch g.properties.Language {
254 for _, output := range g.properties.Outputs {
259 if g.properties.Language == "vts" && isVtsSpecPackage(ctx.ModuleName()) {
271 extraOptions = append(extraOptions, t.properties.Full_root_option)
295 if g.properties.Language == "java" {
299 if g.properties.Language == "lint" {
306 "fqName": g.properties.FqName,
314 if g.properties.Language == "inheritance-hierarchy" {
321 "fqInterface": g.properties.FqName + "::" + intf,
338 "fqName": g.properties.FqName,
339 "language": g.properties.Language,
362 ctx.AddDependency(ctx.Module(), nil, g.properties.FqName+hidlInterfaceSuffix)
363 ctx.AddDependency(ctx.Module(), nil, wrap("", g.properties.Interfaces, hidlInterfaceSuffix)...)
364 ctx.AddDependency(ctx.Module(), nil, g.properties.Root)
371 g.AddProperties(&g.properties)
387 properties vtscProperties member
408 for _, output := range g.properties.Outputs {
417 "mode": g.properties.Mode,
418 "type": g.properties.Type,
421 "packagePath": g.properties.PackagePath,
443 ctx.AddDependency(ctx.Module(), nil, g.properties.SpecName)
448 g.AddProperties(&g.properties)
464 properties prebuiltHidlInterfaceProperties member
475 i.AddProperties(&i.properties)
531 properties hidlInterfaceProperties member
598 if !name.inPackage(i.properties.Root) {
599 mctx.PropertyErrorf("root", i.properties.Root+" must be a prefix of "+name.string()+".")
601 if lookupPackageRoot(i.properties.Root) == nil {
614 i.properties.Root, name, i.properties.Root, i.properties.Root)
617 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
623 dependencies, javaDependencies, _ := processDependencies(mctx, i.properties.Interfaces)
632 shouldGenerateJava := proptools.BoolDefault(i.properties.Gen_java, true)
633 shouldGenerateJavaConstants := i.properties.Gen_java_constants
634 shouldGenerateVts := shouldGenerateLibrary && proptools.BoolDefault(i.properties.Gen_vts, true)
637 shouldGenerateVts = shouldGenerateVts && !proptools.Bool(i.properties.Product_specific)
647 Srcs: i.properties.Srcs,
655 Root: i.properties.Root,
656 Interfaces: i.properties.Interfaces,
657 Inputs: i.properties.Srcs,
665 Root: i.properties.Root,
666 Interfaces: i.properties.Interfaces,
667 Inputs: i.properties.Srcs,
698 Apex_available: i.properties.Apex_available,
700 }, &i.properties.VndkProperties)
709 Root: i.properties.Root,
710 Interfaces: i.properties.Interfaces,
711 Inputs: i.properties.Srcs,
726 Apex_available: i.properties.Apex_available,
745 Root: i.properties.Root,
746 Interfaces: i.properties.Interfaces,
747 Inputs: i.properties.Srcs,
755 Apex_available: i.properties.Apex_available,
764 Root: i.properties.Root,
765 Interfaces: i.properties.Interfaces,
766 Inputs: i.properties.Srcs,
774 Root: i.properties.Root,
775 Interfaces: i.properties.Interfaces,
776 Inputs: i.properties.Srcs,
810 Root: i.properties.Root,
811 Interfaces: i.properties.Interfaces,
812 Inputs: i.properties.Srcs,
840 Root: i.properties.Root,
841 Interfaces: i.properties.Interfaces,
842 Inputs: i.properties.Srcs,
932 Root: i.properties.Root,
933 Interfaces: i.properties.Interfaces,
934 Inputs: i.properties.Srcs,
942 Root: i.properties.Root,
943 Interfaces: i.properties.Interfaces,
944 Inputs: i.properties.Srcs,
958 h.properties.Full_root_option = dep.(*hidlPackageRoot).getFullPackageRoot()
966 ctx.AddDependency(ctx.Module(), nil, h.properties.Root)
971 i.AddProperties(&i.properties)