Lines Matching refs:fx
335 sp<AudioEffect> fx = new AudioEffect(NULL, &effect->mUuid, -1, 0, 0, audioSession, input);
336 status_t status = fx->initCheck();
338 ALOGW("Failed to create Fx %s on input %d", effect->mName, input);
339 // fx goes out of scope and strong ref on AudioEffect is released
343 fx->setParameter(effect->mParams[j]);
345 inputDesc->mEffects.add(fx);