Home
last modified time | relevance | path

Searched defs:mEffects (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.h178 delete mEffects[j]; in ~EffectDescVector() local
181 Vector <EffectDesc *> mEffects; variable
196 Vector< sp<AudioEffect> >mEffects; variable
210 std::vector< sp<AudioEffect> > mEffects; variable
H A DAudioPolicyService.h646 std::vector<effect_descriptor_t> mEffects; variable
/aosp12/hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
H A DEffectMap.h41 KeyedVector<uint64_t, effect_handle_t> mEffects; variable
/aosp12/frameworks/base/core/java/android/os/
H A DCombinedVibration.java126 private final SparseArray<VibrationEffect> mEffects = new SparseArray<>(); field in CombinedVibration.ParallelCombination
177 private final ArrayList<CombinedVibration> mEffects = new ArrayList<>(); field in CombinedVibration.SequentialCombination
385 private final SparseArray<VibrationEffect> mEffects; field in CombinedVibration.Stereo
516 private final List<CombinedVibration> mEffects; field in CombinedVibration.Stereo.Sequential
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DBaseFiltersManager.java38 protected ArrayList<FilterRepresentation> mEffects = new ArrayList<FilterRepresentation>(); field in BaseFiltersManager
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h563 KeyedVector<int, EffectDescriptor *> mEffects; // list of registered audio effects variable
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundEffectsHelper.java107 private final int[] mEffects = new int[AudioManager.NUM_SOUND_EFFECTS]; // indexes in mResources field in SoundEffectsHelper
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h828 EffectDescriptorCollection mEffects; // list of registered audio effects variable
/aosp12/frameworks/av/services/audioflinger/
H A DEffects.h668 Vector< sp<EffectModule> > mEffects; // list of effect modules variable
/aosp12/frameworks/wilhelm/src/
H A Ditfstruct.h645 android::KeyedVector<SLuint32, android::sp<android::AudioEffect> > *mEffects; member