Lines Matching defs:ModuleProxy

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