Lines Matching refs:contextsTestModule
579 type contextsTestModule struct { struct
608 m := &contextsTestModule{context: FileContext}
617 m := &contextsTestModule{context: PropertyContext}
625 m := &contextsTestModule{context: HwServiceContext}
634 m := &contextsTestModule{context: ServiceContext}
642 m := &contextsTestModule{context: VndServiceContext}
648 func (m *contextsTestModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
709 func (m *contextsTestModule) AndroidMkEntries() []android.AndroidMkEntries { argument
726 func (m *contextsTestModule) ImageMutatorBegin(ctx android.ImageInterfaceContext) { argument
729 func (m *contextsTestModule) VendorVariantNeeded(ctx android.ImageInterfaceContext) bool { argument
733 func (m *contextsTestModule) ProductVariantNeeded(ctx android.ImageInterfaceContext) bool { argument
737 func (m *contextsTestModule) CoreVariantNeeded(ctx android.ImageInterfaceContext) bool { argument
741 func (m *contextsTestModule) RamdiskVariantNeeded(ctx android.ImageInterfaceContext) bool { argument
745 func (m *contextsTestModule) VendorRamdiskVariantNeeded(ctx android.ImageInterfaceContext) bool { argument
749 func (m *contextsTestModule) DebugRamdiskVariantNeeded(ctx android.ImageInterfaceContext) bool { argument
753 func (m *contextsTestModule) RecoveryVariantNeeded(ctx android.ImageInterfaceContext) bool { argument
757 func (m *contextsTestModule) ExtraImageVariations(ctx android.ImageInterfaceContext) []string { argument
761 func (m *contextsTestModule) SetImageVariation(ctx android.ImageInterfaceContext, variation string)… argument
764 var _ android.ImageInterface = (*contextsTestModule)(nil)