Lines Matching refs:Module
24 var _ android.ImageInterface = (*Module)(nil)
26 var _ cc.ImageMutatableModule = (*Module)(nil)
28 func (mod *Module) VendorAvailable() bool {
32 func (mod *Module) OdmAvailable() bool {
36 func (mod *Module) ProductAvailable() bool {
40 func (mod *Module) RamdiskAvailable() bool {
44 func (mod *Module) VendorRamdiskAvailable() bool {
48 func (mod *Module) AndroidModuleBase() *android.ModuleBase {
52 func (mod *Module) RecoveryAvailable() bool {
56 func (mod *Module) ExtraVariants() []string {
60 func (mod *Module) AppendExtraVariant(extraVariant string) {
64 func (mod *Module) SetRamdiskVariantNeeded(b bool) {
70 func (mod *Module) SetVendorRamdiskVariantNeeded(b bool) {
74 func (mod *Module) SetRecoveryVariantNeeded(b bool) {
80 func (mod *Module) SetCoreVariantNeeded(b bool) {
84 func (mod *Module) SnapshotVersion(mctx android.BaseModuleContext) string {
88 func (mod *Module) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
92 func (mod *Module) CoreVariantNeeded(ctx android.BaseModuleContext) bool {
96 func (mod *Module) RamdiskVariantNeeded(android.BaseModuleContext) bool {
100 func (mod *Module) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
104 func (mod *Module) RecoveryVariantNeeded(android.BaseModuleContext) bool {
108 func (mod *Module) ExtraImageVariations(android.BaseModuleContext) []string {
112 func (mod *Module) IsSnapshotPrebuilt() bool {
131 func (c *Module) VendorVariantToOdm() bool {
139 func (mod *Module) InRecovery() bool {
144 func (mod *Module) InVendorRamdisk() bool {
148 func (mod *Module) OnlyInRamdisk() bool {
153 func (mod *Module) OnlyInRecovery() bool {
158 func (mod *Module) OnlyInVendorRamdisk() bool {
163 func (mod *Module) HasVendorVariant() bool {
168 func (mod *Module) HasProductVariant() bool {
172 func (mod *Module) HasNonSystemVariants() bool {
176 func (mod *Module) InProduct() bool {
181 func (mod *Module) InVendor() bool {
185 func (mod *Module) SetImageVariation(ctx android.BaseModuleContext, variant string, module android.… argument
186 m := module.(*Module)
203 func (mod *Module) ImageMutatorBegin(mctx android.BaseModuleContext) {