• Home
  • Raw
  • Download

Lines Matching defs:LinkableInterface

1155 var _ LinkableInterface = (*Module)(nil)
1803 func getNameSuffixWithVndkVersion(ctx android.ModuleContext, c LinkableInterface) string {
1831 func GetSubnameProperty(actx android.ModuleContext, c LinkableInterface) string {
2268 m LinkableInterface) []blueprint.Variation {
2299 func AddSharedLibDependenciesWithVersions(ctx android.BottomUpMutatorContext, mod LinkableInterface,
2321 func GetApiImports(c LinkableInterface, actx android.BottomUpMutatorContext) multitree.ApiImportInfo {
2339 func GetSnapshot(c LinkableInterface, snapshotInfo **SnapshotInfo, actx android.BottomUpMutatorContext) SnapshotInfo {
2391 func RewriteLibs(c LinkableInterface, snapshotInfo **SnapshotInfo, actx android.BottomUpMutatorContext, config android.Config, list []string) (nonvariantLibs []string, variantLibs []string) {
2412 func rewriteLibsForApiImports(c LinkableInterface, libs []string, replaceList map[string]string, config android.Config) ([]string, []string) {
2699 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface,
2726 } else if _, ok := to.(LinkableInterface); !ok {
2833 ccDep, ok := dep.(LinkableInterface)
2992 ccDep, ok := dep.(LinkableInterface)
3331 if linkable, ok := ctx.Module().(LinkableInterface); !ok {
3474 func MakeLibName(ctx android.ModuleContext, c LinkableInterface, ccDep LinkableInterface, depName string) string {
3665 func GetMakeLinkType(actx android.ModuleContext, c LinkableInterface) string {
3747 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {