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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c239 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) function
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp198 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon465
202 ALOGV("EffectGetDescriptor() called with NULL pointer");
212 } /* end EffectGetDescriptor */
778 get_descriptor : android::EffectGetDescriptor,
H A DEffectReverb.c185 int EffectGetDescriptor(const effect_uuid_t *uuid, function
191 ALOGV("EffectGetDescriptor() called with NULL pointer");
198 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
205 } /* end EffectGetDescriptor */
2229 .get_descriptor = EffectGetDescriptor,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp474 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon458
479 ALOGV("EffectGetDescriptor() called with NULL pointer");
500 } /* end EffectGetDescriptor */
3297 get_descriptor : android::EffectGetDescriptor,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp321 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon461
327 ALOGV("EffectGetDescriptor() called with NULL pointer");
334 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
341 } /* end EffectGetDescriptor */
2182 get_descriptor : android::EffectGetDescriptor,

Completed in 113 milliseconds