HomeSort by relevance Sort by last modified time
    Searched refs:EffectGetDescriptor (Results 1 - 8 of 8) sorted by null

  /frameworks/av/include/media/
EffectsFactoryApi.h 137 // Function: EffectGetDescriptor
156 int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 308 int EffectGetDescriptor(const effect_uuid_t *uuid,
EffectEqualizer.cpp 181 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid,
185 ALOGV("EffectGetDescriptor() called with NULL pointer");
195 } /* end EffectGetDescriptor */
758 get_descriptor : android::EffectGetDescriptor,
EffectReverb.c 168 int EffectGetDescriptor(const effect_uuid_t *uuid,
174 ALOGV("EffectGetDescriptor() called with NULL pointer");
181 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
188 } /* end EffectGetDescriptor */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 297 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid,
303 ALOGV("EffectGetDescriptor() called with NULL pointer");
310 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
317 } /* end EffectGetDescriptor */
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 248 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor)
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 443 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid,
448 ALOGV("EffectGetDescriptor() called with NULL pointer");
469 } /* end EffectGetDescriptor */
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 746 milliseconds