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) {
68 func (mod *Module) SetVendorRamdiskVariantNeeded(b bool) {
72 func (mod *Module) SetRecoveryVariantNeeded(b bool) {
76 func (mod *Module) SetCoreVariantNeeded(b bool) {
80 func (mod *Module) SetProductVariantNeeded(b bool) {
84 func (mod *Module) SetVendorVariantNeeded(b bool) {
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 {
129 func (mod *Module) IsSnapshotPrebuilt() bool {
136 func (mod *Module) InstallInVendor() bool {
143 func (mod *Module) InstallInOdm() bool {
150 func (c *Module) VendorVariantToOdm() bool {
158 func (c *Module) productSpecificModuleContext() bool {
164 func (mod *Module) InRecovery() bool {
168 func (mod *Module) InRamdisk() bool {
172 func (mod *Module) InVendorRamdisk() bool {
176 func (mod *Module) OnlyInRamdisk() bool {
180 func (mod *Module) OnlyInRecovery() bool {
184 func (mod *Module) OnlyInVendorRamdisk() bool {
189 func (mod *Module) HasVendorVariant() bool {
194 func (mod *Module) HasProductVariant() bool {
198 func (mod *Module) HasNonSystemVariants() bool {
202 func (mod *Module) InProduct() bool {
207 func (mod *Module) InVendor() bool {
212 func (mod *Module) InVendorOrProduct() bool {
216 func (mod *Module) SetImageVariation(ctx android.ImageInterfaceContext, variant string) {
234 func (mod *Module) ImageMutatorBegin(mctx android.ImageInterfaceContext) {