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 135 // Function: EffectGetDescriptor
154 int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 311 int EffectGetDescriptor(const effect_uuid_t *uuid,
EffectEqualizer.cpp 198 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid,
202 ALOGV("EffectGetDescriptor() called with NULL pointer");
212 } /* end EffectGetDescriptor */
778 get_descriptor : android::EffectGetDescriptor,
EffectReverb.c 185 int EffectGetDescriptor(const effect_uuid_t *uuid,
191 ALOGV("EffectGetDescriptor() called with NULL pointer");
198 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
205 } /* end EffectGetDescriptor */
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 239 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor)
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 321 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid,
327 ALOGV("EffectGetDescriptor() called with NULL pointer");
334 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
341 } /* end EffectGetDescriptor */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 474 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid,
479 ALOGV("EffectGetDescriptor() called with NULL pointer");
500 } /* end EffectGetDescriptor */
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 415 milliseconds