Lines Matching refs:interfaces
232 var interfaces []string
235 interfaces = append(interfaces, strings.TrimSuffix(src, ".hal"))
243 for _, intf := range interfaces {
304 for i, intf := range interfaces {
497 var interfaces []string
513 interfaces = append(interfaces, baseName)
519 return interfaces, types, !hasError
522 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
528 for _, v := range interfaces {
579 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
581 if len(interfaces) == 0 && len(types) == 0 {
620 Outputs: concat(wrap(name.dir(), interfaces, "All.cpp"), wrap(name.dir(), types, ".cpp")),
630 Outputs: concat(wrap(name.dir()+"I", interfaces, ".h"),
631 wrap(name.dir()+"Bs", interfaces, ".h"),
632 wrap(name.dir()+"BnHw", interfaces, ".h"),
633 wrap(name.dir()+"BpHw", interfaces, ".h"),
634 wrap(name.dir()+"IHw", interfaces, ".h"),
729 Outputs: wrap(name.dir()+"A", concat(interfaces, types), ".cpp"),
739 Outputs: wrap(name.dir()+"A", concat(interfaces, types), ".h"),
795 vtsSpecs := concat(wrap(name.dir(), interfaces, ".vts"), wrap(name.dir(), types, ".vts"))