Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:inputDesc

324     InputDesc *inputDesc;
326 inputDesc = new InputDesc(audioSession);
327 mInputs.add(input, inputDesc);
329 inputDesc = mInputs.valueAt(idx);
345 inputDesc->mEffects.add(fx);
347 setPreProcessorEnabled(inputDesc, true);
383 InputDesc *inputDesc = mInputs.valueAt(index);
384 setPreProcessorEnabled(inputDesc, false);
385 delete inputDesc;
651 void AudioPolicyService::setPreProcessorEnabled(const InputDesc *inputDesc, bool enabled)
653 const Vector<sp<AudioEffect> > &fxVector = inputDesc->mEffects;