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

/frameworks/av/include/media/
H A DEffectsFactoryApi.h137 // Function: EffectGetDescriptor
156 int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h308 int EffectGetDescriptor(const effect_uuid_t *uuid,
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/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/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.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,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2411 return EffectGetDescriptor(pUuid, descriptor);
2454 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc);
2456 ALOGW("createEffect() error %d from EffectGetDescriptor", lStatus);

Completed in 1919 milliseconds