Lines Matching refs:ModuleProxy
8 type ModuleProxy struct { struct
9 module blueprint.ModuleProxy argument
12 var _ Module = (*ModuleProxy)(nil)
14 func (m ModuleProxy) Name() string { argument
18 func (m ModuleProxy) GenerateBuildActions(context blueprint.ModuleContext) { argument
22 func (m ModuleProxy) GenerateAndroidBuildActions(context ModuleContext) { argument
26 func (m ModuleProxy) ComponentDepsMutator(ctx BottomUpMutatorContext) { argument
30 func (m ModuleProxy) DepsMutator(context BottomUpMutatorContext) { argument
34 func (m ModuleProxy) base() *ModuleBase { argument
38 func (m ModuleProxy) Disable() { argument
43 func (m ModuleProxy) Enabled(ctx ConfigurableEvaluatorContext) bool { argument
47 func (m ModuleProxy) Target() Target { argument
51 func (m ModuleProxy) MultiTargets() []Target { argument
55 func (m ModuleProxy) ImageVariation() blueprint.Variation { argument
59 func (m ModuleProxy) Owner() string { argument
63 func (m ModuleProxy) InstallInData() bool { argument
67 func (m ModuleProxy) InstallInTestcases() bool { argument
71 func (m ModuleProxy) InstallInSanitizerDir() bool { argument
75 func (m ModuleProxy) InstallInRamdisk() bool { argument
79 func (m ModuleProxy) InstallInVendorRamdisk() bool { argument
83 func (m ModuleProxy) InstallInDebugRamdisk() bool { argument
87 func (m ModuleProxy) InstallInRecovery() bool { argument
91 func (m ModuleProxy) InstallInRoot() bool { argument
95 func (m ModuleProxy) InstallInOdm() bool { argument
99 func (m ModuleProxy) InstallInProduct() bool { argument
103 func (m ModuleProxy) InstallInVendor() bool { argument
107 func (m ModuleProxy) InstallInSystemExt() bool { argument
111 func (m ModuleProxy) InstallInSystemDlkm() bool { argument
115 func (m ModuleProxy) InstallInVendorDlkm() bool { argument
119 func (m ModuleProxy) InstallInOdmDlkm() bool { argument
123 func (m ModuleProxy) InstallForceOS() (*OsType, *ArchType) { argument
127 func (m ModuleProxy) PartitionTag(d DeviceConfig) string { argument
131 func (m ModuleProxy) HideFromMake() { argument
135 func (m ModuleProxy) IsHideFromMake() bool { argument
139 func (m ModuleProxy) SkipInstall() { argument
143 func (m ModuleProxy) IsSkipInstall() bool { argument
147 func (m ModuleProxy) MakeUninstallable() { argument
151 func (m ModuleProxy) ReplacedByPrebuilt() { argument
155 func (m ModuleProxy) IsReplacedByPrebuilt() bool { argument
159 func (m ModuleProxy) ExportedToMake() bool { argument
163 func (m ModuleProxy) EffectiveLicenseKinds() []string { argument
167 func (m ModuleProxy) EffectiveLicenseFiles() Paths { argument
171 func (m ModuleProxy) AddProperties(props ...interface{}) { argument
175 func (m ModuleProxy) GetProperties() []interface{} { argument
179 func (m ModuleProxy) BuildParamsForTests() []BuildParams { argument
183 func (m ModuleProxy) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams { argument
187 func (m ModuleProxy) VariablesForTests() map[string]string { argument
191 func (m ModuleProxy) String() string { argument
195 func (m ModuleProxy) qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName { argument
199 func (m ModuleProxy) visibilityProperties() []visibilityProperty { argument
203 func (m ModuleProxy) RequiredModuleNames(ctx ConfigurableEvaluatorContext) []string { argument
207 func (m ModuleProxy) HostRequiredModuleNames() []string { argument
211 func (m ModuleProxy) TargetRequiredModuleNames() []string { argument
215 func (m ModuleProxy) VintfFragmentModuleNames(ctx ConfigurableEvaluatorContext) []string { argument
219 func (m ModuleProxy) ConfigurableEvaluator(ctx ConfigurableEvaluatorContext) proptools.Configurable… argument
223 func (m ModuleProxy) DecodeMultilib(ctx ConfigContext) (string, string) { argument
227 func (m ModuleProxy) Overrides() []string { argument
231 func (m ModuleProxy) VintfFragments(ctx ConfigurableEvaluatorContext) []string { argument