Home
last modified time | relevance | path

Searched defs:noopImageInterface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen.go637 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 }
[all …]
/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go752 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 {
[all …]