Lines Matching refs:interfaces
334 var interfaces []string
350 interfaces = append(interfaces, baseName)
356 return interfaces, types, !hasError
359 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
365 for _, v := range interfaces {
415 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
417 if len(interfaces) == 0 && len(types) == 0 {
453 Outputs: concat(wrap(name.dir(), interfaces, "All.cpp"), wrap(name.dir(), types, ".cpp")),
463 Outputs: concat(wrap(name.dir()+"I", interfaces, ".h"),
464 wrap(name.dir()+"Bs", interfaces, ".h"),
465 wrap(name.dir()+"BnHw", interfaces, ".h"),
466 wrap(name.dir()+"BpHw", interfaces, ".h"),
467 wrap(name.dir()+"IHw", interfaces, ".h"),
562 Outputs: wrap(name.dir()+"A", concat(interfaces, types), ".cpp"),
572 Outputs: wrap(name.dir()+"A", concat(interfaces, types), ".h"),
633 vtsSpecs := concat(wrap(name.dir(), interfaces, ".vts"), wrap(name.dir(), types, ".vts"))