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::__anon482
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/Bundle/
H A DEffectBundle.cpp443 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon474
448 ALOGV("EffectGetDescriptor() called with NULL pointer");
469 } /* end EffectGetDescriptor */
3276 get_descriptor : android::EffectGetDescriptor,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp297 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon477
303 ALOGV("EffectGetDescriptor() called with NULL pointer");
310 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
317 } /* end EffectGetDescriptor */
2158 get_descriptor : android::EffectGetDescriptor,

Completed in 1647 milliseconds