Searched refs:InVendor (Results 1 – 7 of 7) sorted by relevance
121 …return ctx.ModuleContext.SocSpecific() || (ctx.RustModule().InVendor() && !ctx.RustModule().Vendor…126 …return ctx.ModuleContext.DeviceSpecific() || (ctx.RustModule().InVendor() && ctx.RustModule().Vend…181 func (mod *Module) InVendor() bool { func
138 InVendor() bool methodSpec259 } else if c.InVendor() {
68 return ctx.mod.InVendor()93 return c.HasVendorVariant() && c.InVendor() && !c.VendorVariantToOdm()98 return c.InVendor() && c.VendorVariantToOdm()128 func (c *Module) InVendor() bool { func
379 return lib.shared() && m.InVendor() && m.IsVndk() && !m.IsVndkExt() && !useCoreVariant606 …if !m.InVendor() || (!installable(m, apexInfo) && !m.IsLlndk()) || m.IsSnapshotPrebuilt() || !m.Ou…
129 return m.InVendor
868 if !c.InVendor() {
2031 if c.InVendor() && c.VndkVersion() == actx.DeviceConfig().VndkVersion() {