Lines Matching refs:interfaces
232 var interfaces []string
235 interfaces = append(interfaces, strings.TrimSuffix(src, ".hal"))
243 for _, intf := range interfaces {
299 for i, intf := range interfaces {
443 var interfaces []string
459 interfaces = append(interfaces, baseName)
465 return interfaces, types, !hasError
468 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
474 for _, v := range interfaces {
530 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
532 if len(interfaces) == 0 && len(types) == 0 {
577 Outputs: concat(wrap(name.dir(), interfaces, "All.cpp"), wrap(name.dir(), types, ".cpp")),
587 Outputs: concat(wrap(name.dir()+"I", interfaces, ".h"),
588 wrap(name.dir()+"Bs", interfaces, ".h"),
589 wrap(name.dir()+"BnHw", interfaces, ".h"),
590 wrap(name.dir()+"BpHw", interfaces, ".h"),
591 wrap(name.dir()+"IHw", interfaces, ".h"),