Searched defs:EffectGetDescriptor (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp181 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon234
185 ALOGV("EffectGetDescriptor() called with NULL pointer");
195 } /* end EffectGetDescriptor */
758 get_descriptor : android::EffectGetDescriptor,
H A DEffectReverb.c168 int EffectGetDescriptor(const effect_uuid_t *uuid, function
174 ALOGV("EffectGetDescriptor() called with NULL pointer");
181 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
188 } /* end EffectGetDescriptor */
2210 .get_descriptor = EffectGetDescriptor,
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c248 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) function
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp299 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon229
305 ALOGV("EffectGetDescriptor() called with NULL pointer");
312 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
319 } /* end EffectGetDescriptor */
2161 .get_descriptor = android::EffectGetDescriptor,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp447 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon226
452 ALOGV("EffectGetDescriptor() called with NULL pointer");
473 } /* end EffectGetDescriptor */
3524 .get_descriptor = android::EffectGetDescriptor,

Completed in 455 milliseconds