Home
last modified time | relevance | path

Searched refs:newVariant (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp213 void DP_changeVariant(DynamicsProcessingContext *pContext, int newVariant) { in DP_changeVariant() argument
214 ALOGV("DP_changeVariant from %d to %d", pContext->mCurrentVariant, newVariant); in DP_changeVariant()
215 switch(newVariant) { in DP_changeVariant()
223 ALOGW("DynamicsProcessing variant %d not available for creation", newVariant); in DP_changeVariant()
229 void DP_configureVariant(DynamicsProcessingContext *pContext, int newVariant) { in DP_configureVariant() argument
230 ALOGV("DP_configureVariant %d", newVariant); in DP_configureVariant()
231 switch(newVariant) { in DP_configureVariant()
252 ALOGE("DynamicsProcessing variant %d not available to configure", newVariant); in DP_configureVariant()
/aosp12/build/blueprint/
H A Dcontext.go1706 var newVariant variationMap
1711 newVariant = module.variant.dependencyVariations.clone()
1714 newVariant = module.variant.variations.clone()
1718 if newVariant == nil {
1719 newVariant = make(variationMap)
1721 newVariant[v.Mutator] = v.Variation
1726 return newVariant.subsetOf(variant)
1728 return variant.equal(newVariant)
1740 return foundDep, newVariant
1759 return nil, c.discoveredMissingDependencies(module, depName, newVariant)
[all …]
H A Dmodule_ctx.go1071 newVariant := newVariant(mctx.module, mctx.name, aliasVariationName, false)
1074 if moduleOrAlias.moduleOrAliasVariant().variations.equal(newVariant.variations) {
1087 variant: newVariant,
/aosp12/build/soong/sdk/
H A Dupdate.go222 func appendUniqueVariants(variants []android.SdkAware, newVariant android.SdkAware) []android.SdkAw…
224 if v == newVariant {
228 return append(variants, newVariant)