Lines Matching defs:noopImageInterface
637 type noopImageInterface struct{} struct
639 func (x noopImageInterface) ImageMutatorBegin(android.ImageInterfaceContext) {}
640 …opImageInterface) VendorVariantNeeded(android.ImageInterfaceContext) bool { return false }
641 …opImageInterface) ProductVariantNeeded(android.ImageInterfaceContext) bool { return false }
642 …opImageInterface) CoreVariantNeeded(android.ImageInterfaceContext) bool { return false }
643 …opImageInterface) RamdiskVariantNeeded(android.ImageInterfaceContext) bool { return false }
644 …opImageInterface) VendorRamdiskVariantNeeded(android.ImageInterfaceContext) bool { return false }
645 …opImageInterface) DebugRamdiskVariantNeeded(android.ImageInterfaceContext) bool { return false }
646 …opImageInterface) RecoveryVariantNeeded(android.ImageInterfaceContext) bool { return false }
647 …noopImageInterface) ExtraImageVariations(ctx android.ImageInterfaceContext) []string { return nil }
648 func (x noopImageInterface) SetImageVariation(ctx android.ImageInterfaceContext, variation string) {