Lines Matching defs:noopImageInterface
752 type noopImageInterface struct{} struct
754 func (x noopImageInterface) ImageMutatorBegin(android.ImageInterfaceContext) {}
755 …nc (x noopImageInterface) VendorVariantNeeded(android.ImageInterfaceContext) bool { return false }
756 …nc (x noopImageInterface) ProductVariantNeeded(android.ImageInterfaceContext) bool { return false }
757 …nc (x noopImageInterface) CoreVariantNeeded(android.ImageInterfaceContext) bool { return false }
758 …nc (x noopImageInterface) RamdiskVariantNeeded(android.ImageInterfaceContext) bool { return false }
759 func (x noopImageInterface) VendorRamdiskVariantNeeded(android.ImageInterfaceContext) bool {
762 func (x noopImageInterface) DebugRamdiskVariantNeeded(android.ImageInterfaceContext) bool {
765 …c (x noopImageInterface) RecoveryVariantNeeded(android.ImageInterfaceContext) bool { return false }
766 func (x noopImageInterface) ExtraImageVariations(ctx android.ImageInterfaceContext) []string {
769 func (x noopImageInterface) SetImageVariation(ctx android.ImageInterfaceContext, variation string) {