Searched refs:EffectGetDescriptor (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/media/
H A DEffectsFactoryApi.h142 // Function: EffectGetDescriptor
162 int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
/frameworks/av/media/libeffects/factory/include/media/
H A DEffectsFactoryApi.h142 // Function: EffectGetDescriptor
162 int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
/frameworks/av/media/libaudiohal/
H A DEffectsFactoryHalLocal.cpp45 return EffectGetDescriptor(pEffectUuid, pDescriptor);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h308 int EffectGetDescriptor(const effect_uuid_t *uuid,
H A DEffectEqualizer.cpp184 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon341
188 ALOGV("EffectGetDescriptor() called with NULL pointer");
198 } /* end EffectGetDescriptor */
761 get_descriptor : android::EffectGetDescriptor,
H A DEffectReverb.c171 int EffectGetDescriptor(const effect_uuid_t *uuid, function
177 ALOGV("EffectGetDescriptor() called with NULL pointer");
184 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
191 } /* end EffectGetDescriptor */
2213 .get_descriptor = EffectGetDescriptor,
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c236 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) function
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp317 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon336
323 ALOGV("EffectGetDescriptor() called with NULL pointer");
330 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
337 } /* end EffectGetDescriptor */
2319 .get_descriptor = android::EffectGetDescriptor,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp492 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon333
497 ALOGV("EffectGetDescriptor() called with NULL pointer");
518 } /* end EffectGetDescriptor */
3924 .get_descriptor = android::EffectGetDescriptor,

Completed in 98 milliseconds