Searched defs:effects (Results 1 – 6 of 6) sorted by relevance
110 Vector <EffectDesc *> effects = mInputSources.valueAt(index)->mEffects; in addInputEffects() local175 Vector< sp<AudioEffect> > effects = mInputSessions.valueAt(index)->mEffects; in queryDefaultInputEffects() local208 Vector< sp<AudioEffect> > effects = mOutputSessions.valueAt(index)->mEffects; in queryDefaultOutputSessionEffects() local259 Vector <EffectDesc *> effects = mOutputStreams.valueAt(index)->mEffects; in addOutputSessionEffects() local561 AudioPolicyEffects::EffectDescVector *AudioPolicyEffects::loadEffectConfig( in loadEffectConfig()600 status_t AudioPolicyEffects::loadInputEffectConfigurations(cnode *root, in loadInputEffectConfigurations()627 status_t AudioPolicyEffects::loadStreamEffectConfigurations(cnode *root, in loadStreamEffectConfigurations()668 status_t AudioPolicyEffects::loadEffects(cnode *root, Vector <EffectDesc *>& effects) in loadEffects()700 Vector <EffectDesc *> effects; in loadAudioEffectConfig() local
51 list_elem_t *effects; //list of effect_descriptor_t member
2086 Vector< sp<EffectModule> > effects; in setEffectSuspendedAll_l() local2139 void AudioFlinger::EffectChain::getSuspendEligibleEffects( in getSuspendEligibleEffects()
640 public void setSuppressedVisualEffects(int effects) { in setSuppressedVisualEffects()
996 public static String suppressedEffectsToString(int effects) { in suppressedEffectsToString()
101 struct preproc_effect_s effects[PREPROC_NUM_EFFECTS]; // effects in this session member