Searched refs:InVendor (Results 1 – 13 of 13) sorted by relevance
21 InVendor() bool methodSpec102 return v.InVendor
124 …return ctx.ModuleContext.SocSpecific() || (ctx.RustModule().InVendor() && !ctx.RustModule().Vendor…129 …return ctx.ModuleContext.DeviceSpecific() || (ctx.RustModule().InVendor() && ctx.RustModule().Vend…198 func (mod *Module) InVendor() bool { func
159 } else if mod, ok := ctx.Module().(*Module); ok && mod.InVendor() {172 } else if ctx.RustModule().InVendor() {
124 if ctx.RustModule().InVendor() || ctx.RustModule().UseVndk() {
153 if ctx.RustModule().InVendor() {
240 if ctx.Module().(*Module).InVendor() {259 if ctx.RustModule().InVendor() {
442 } else if ctx.RustModule().InVendor() {
139 InVendor() bool methodSpec270 } else if c.InVendor() {
69 return ctx.mod.InVendor()94 return c.HasVendorVariant() && c.InVendor() && !c.VendorVariantToOdm()99 return c.InVendor() && c.VendorVariantToOdm()129 func (c *Module) InVendor() bool { func
374 return lib.shared() && m.InVendor() && m.IsVndk() && !m.IsVndkExt() && !useCoreVariant601 …if !m.InVendor() || (!installable(m, apexInfo) && !m.IsLlndk()) || m.IsSnapshotPrebuilt() || !m.Ou…
916 if !c.InVendor() {
877 "InVendor": c.InVendor(),2143 if c.InVendor() && c.VndkVersion() == actx.DeviceConfig().VndkVersion() {
285 func (p *PrebuiltEtc) InVendor() bool { func