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::__anon248
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::__anon243
305 ALOGV("EffectGetDescriptor() called with NULL pointer");
312 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
319 } /* end EffectGetDescriptor */
2162 .get_descriptor = android::EffectGetDescriptor,
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c250 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) function
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp448 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon240
453 ALOGV("EffectGetDescriptor() called with NULL pointer");
474 } /* end EffectGetDescriptor */
3517 .get_descriptor = android::EffectGetDescriptor,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2584 return EffectGetDescriptor(pUuid, descriptor);
2628 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc);
2630 ALOGW("createEffect() error %d from EffectGetDescriptor", lStatus);

Completed in 139 milliseconds