Lines Matching refs:Module

27 var _ android.ImageInterface = (*Module)(nil)
83 func (c *Module) productSpecificModuleContext() bool {
89 func (c *Module) socSpecificModuleContext() bool {
96 func (c *Module) deviceSpecificModuleContext() bool {
102 func (c *Module) HasVendorVariant() bool {
108 func (c *Module) VendorVariantToOdm() bool {
113 func (c *Module) HasProductVariant() bool {
118 func (c *Module) HasNonSystemVariants() bool {
123 func (c *Module) InProduct() bool {
128 func (c *Module) InVendor() bool {
132 func (c *Module) InRamdisk() bool {
136 func (c *Module) InVendorRamdisk() bool {
140 func (c *Module) InRecovery() bool {
144 func (c *Module) OnlyInRamdisk() bool {
148 func (c *Module) OnlyInVendorRamdisk() bool {
152 func (c *Module) OnlyInRecovery() bool {
190 func (c *Module) compareVendorAndProductProps() bool {
204 android.Module
256 var _ ImageMutatableModule = (*Module)(nil)
258 func (m *Module) ImageMutatorBegin(mctx android.BaseModuleContext) {
265 func (m *Module) CheckVndkProperties(mctx android.BaseModuleContext) {
315 func (m *Module) VendorAvailable() bool {
319 func (m *Module) OdmAvailable() bool {
323 func (m *Module) ProductAvailable() bool {
327 func (m *Module) RamdiskAvailable() bool {
331 func (m *Module) VendorRamdiskAvailable() bool {
335 func (m *Module) AndroidModuleBase() *android.ModuleBase {
339 func (m *Module) RecoveryAvailable() bool {
343 func (m *Module) ExtraVariants() []string {
347 func (m *Module) AppendExtraVariant(extraVariant string) {
351 func (m *Module) SetRamdiskVariantNeeded(b bool) {
355 func (m *Module) SetVendorRamdiskVariantNeeded(b bool) {
359 func (m *Module) SetRecoveryVariantNeeded(b bool) {
363 func (m *Module) SetCoreVariantNeeded(b bool) {
367 func (m *Module) SnapshotVersion(mctx android.BaseModuleContext) string {
377 func (m *Module) KernelHeadersDecorator() bool {
611 func (c *Module) CoreVariantNeeded(ctx android.BaseModuleContext) bool {
615 func (c *Module) RamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
619 func (c *Module) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
623 func (c *Module) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
627 func (c *Module) RecoveryVariantNeeded(ctx android.BaseModuleContext) bool {
631 func (c *Module) ExtraImageVariations(ctx android.BaseModuleContext) []string {
635 func squashVendorSrcs(m *Module) { argument
648 func squashProductSrcs(m *Module) { argument
661 func squashRecoverySrcs(m *Module) { argument
674 func squashVendorRamdiskSrcs(m *Module) { argument
680 func (c *Module) SetImageVariation(ctx android.BaseModuleContext, variant string, module android.Mo… argument
681 m := module.(*Module)