Lines Matching defs:ImageInterfaceContext
88 func (mod *Module) SnapshotVersion(mctx android.ImageInterfaceContext) string {
97 func (mod *Module) VendorVariantNeeded(ctx android.ImageInterfaceContext) bool {
101 func (mod *Module) ProductVariantNeeded(ctx android.ImageInterfaceContext) bool {
105 func (mod *Module) VendorRamdiskVariantNeeded(ctx android.ImageInterfaceContext) bool {
109 func (mod *Module) CoreVariantNeeded(ctx android.ImageInterfaceContext) bool {
113 func (mod *Module) RamdiskVariantNeeded(android.ImageInterfaceContext) bool {
117 func (mod *Module) DebugRamdiskVariantNeeded(ctx android.ImageInterfaceContext) bool {
121 func (mod *Module) RecoveryVariantNeeded(android.ImageInterfaceContext) bool {
125 func (mod *Module) ExtraImageVariations(android.ImageInterfaceContext) []string {
216 func (mod *Module) SetImageVariation(ctx android.ImageInterfaceContext, variant string) {
234 func (mod *Module) ImageMutatorBegin(mctx android.ImageInterfaceContext) {