Lines Matching refs:Module
27 var _ android.ImageInterface = (*Module)(nil)
71 func (c *Module) InstallInProduct() bool {
77 func (c *Module) InstallInVendor() bool {
84 func (c *Module) InstallInOdm() bool {
90 func (c *Module) HasVendorVariant() bool {
96 func (c *Module) VendorVariantToOdm() bool {
101 func (c *Module) HasProductVariant() bool {
106 func (c *Module) HasNonSystemVariants() bool {
111 func (c *Module) InProduct() bool {
116 func (c *Module) InVendor() bool {
122 func (c *Module) InVendorOrProduct() bool {
126 func (c *Module) InRamdisk() bool {
130 func (c *Module) InVendorRamdisk() bool {
134 func (c *Module) InRecovery() bool {
138 func (c *Module) OnlyInRamdisk() bool {
142 func (c *Module) OnlyInVendorRamdisk() bool {
146 func (c *Module) OnlyInRecovery() bool {
152 android.Module
207 var _ ImageMutatableModule = (*Module)(nil)
209 func (m *Module) ImageMutatorBegin(mctx android.ImageInterfaceContext) {
213 func (m *Module) VendorAvailable() bool {
217 func (m *Module) OdmAvailable() bool {
221 func (m *Module) ProductAvailable() bool {
225 func (m *Module) RamdiskAvailable() bool {
229 func (m *Module) VendorRamdiskAvailable() bool {
233 func (m *Module) AndroidModuleBase() *android.ModuleBase {
237 func (m *Module) RecoveryAvailable() bool {
241 func (m *Module) ExtraVariants() []string {
245 func (m *Module) AppendExtraVariant(extraVariant string) {
249 func (m *Module) SetRamdiskVariantNeeded(b bool) {
253 func (m *Module) SetVendorRamdiskVariantNeeded(b bool) {
257 func (m *Module) SetRecoveryVariantNeeded(b bool) {
261 func (m *Module) SetCoreVariantNeeded(b bool) {
265 func (m *Module) SetProductVariantNeeded(b bool) {
269 func (m *Module) SetVendorVariantNeeded(b bool) {
273 func (m *Module) SnapshotVersion(mctx android.ImageInterfaceContext) string {
283 func (m *Module) KernelHeadersDecorator() bool {
431 func (c *Module) VendorVariantNeeded(ctx android.ImageInterfaceContext) bool {
435 func (c *Module) ProductVariantNeeded(ctx android.ImageInterfaceContext) bool {
439 func (c *Module) CoreVariantNeeded(ctx android.ImageInterfaceContext) bool {
443 func (c *Module) RamdiskVariantNeeded(ctx android.ImageInterfaceContext) bool {
447 func (c *Module) VendorRamdiskVariantNeeded(ctx android.ImageInterfaceContext) bool {
451 func (c *Module) DebugRamdiskVariantNeeded(ctx android.ImageInterfaceContext) bool {
455 func (c *Module) RecoveryVariantNeeded(ctx android.ImageInterfaceContext) bool {
459 func (c *Module) ExtraImageVariations(ctx android.ImageInterfaceContext) []string {
463 func squashVendorSrcs(m *Module) { argument
477 func squashProductSrcs(m *Module) { argument
491 func squashRecoverySrcs(m *Module) { argument
501 func squashVendorRamdiskSrcs(m *Module) { argument
507 func squashRamdiskSrcs(m *Module) { argument
513 func (c *Module) SetImageVariation(ctx android.ImageInterfaceContext, variant string) {