Home | History | Annotate | Download | only in dynamicsproc

Lines Matching refs:newVariant

213 void DP_changeVariant(DynamicsProcessingContext *pContext, int newVariant) {
214 ALOGV("DP_changeVariant from %d to %d", pContext->mCurrentVariant, newVariant);
215 switch(newVariant) {
223 ALOGW("DynamicsProcessing variant %d not available for creation", newVariant);
229 void DP_configureVariant(DynamicsProcessingContext *pContext, int newVariant) {
230 ALOGV("DP_configureVariant %d", newVariant);
231 switch(newVariant) {
252 ALOGE("DynamicsProcessing variant %d not available to configure", newVariant);