Lines Matching refs:interfaces
229 var interfaces []string
232 interfaces = append(interfaces, strings.TrimSuffix(src, ".hal"))
240 for _, intf := range interfaces {
296 for i, intf := range interfaces {
439 var interfaces []string
455 interfaces = append(interfaces, baseName)
461 return interfaces, types, !hasError
464 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
470 for _, v := range interfaces {
526 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
528 if len(interfaces) == 0 && len(types) == 0 {
568 Outputs: concat(wrap(name.dir(), interfaces, "All.cpp"), wrap(name.dir(), types, ".cpp")),
578 Outputs: concat(wrap(name.dir()+"I", interfaces, ".h"),
579 wrap(name.dir()+"Bs", interfaces, ".h"),
580 wrap(name.dir()+"BnHw", interfaces, ".h"),
581 wrap(name.dir()+"BpHw", interfaces, ".h"),
582 wrap(name.dir()+"IHw", interfaces, ".h"),