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

/frameworks/av/include/media/
H A DEffectsFactoryApi.h135 // Function: EffectGetDescriptor
154 int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h311 int EffectGetDescriptor(const effect_uuid_t *uuid,
H A DEffectEqualizer.cpp198 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon468
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/factory/
H A DEffectsFactory.c239 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) function
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp321 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon464
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,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp478 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, function in namespace:android::__anon461
483 ALOGV("EffectGetDescriptor() called with NULL pointer");
504 } /* end EffectGetDescriptor */
3311 get_descriptor : android::EffectGetDescriptor,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp7464 return EffectGetDescriptor(pUuid, descriptor);
7523 lStatus = EffectGetDescriptor(&pDesc->uuid, &desc);
7525 ALOGW("createEffect() error %d from EffectGetDescriptor", lStatus);

Completed in 102 milliseconds