Searched defs:mEffects (Results 1 – 7 of 7) sorted by relevance
189 delete mEffects[j]; in ~EffectDescVector() local192 Vector <EffectDesc *> mEffects; variable207 Vector< sp<AudioEffect> >mEffects; variable221 std::vector< sp<AudioEffect> > mEffects; variable
715 std::vector<effect_descriptor_t> mEffects; variable
140 private final SparseArray<VibrationEffect> mEffects = new SparseArray<>(); field in CombinedVibration.ParallelCombination191 private final ArrayList<CombinedVibration> mEffects = new ArrayList<>(); field in CombinedVibration.SequentialCombination405 private final SparseArray<VibrationEffect> mEffects; field in CombinedVibration.Stereo
951 EffectDescriptorCollection mEffects; // list of registered audio effects variable
111 private final int[] mEffects = new int[AudioManager.NUM_SOUND_EFFECTS]; // indexes in mResources field in SoundEffectsHelper
683 Vector< sp<EffectModule> > mEffects; // list of effect modules variable
645 android::KeyedVector<SLuint32, android::sp<android::AudioEffect> > *mEffects; member