Home
last modified time | relevance | path

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

/aosp12/frameworks/av/include/media/
H A DEffectsFactoryApi.h192 int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
/aosp12/frameworks/av/media/libeffects/factory/include/media/
H A DEffectsFactoryApi.h192 int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
/aosp12/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, in EffectGetDescriptor() function
761 get_descriptor : android::EffectGetDescriptor,
H A DEffectReverb.c171 int EffectGetDescriptor(const effect_uuid_t *uuid, in EffectGetDescriptor() function
2213 .get_descriptor = EffectGetDescriptor,
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffectsFactory.cpp142 status_t status = EffectGetDescriptor(&halUuid, &halDescriptor); in getDescriptor()
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c236 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) in EffectGetDescriptor() function
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp287 extern "C" int EffectGetDescriptor(const effect_uuid_t* uuid, effect_descriptor_t* pDescriptor) { in EffectGetDescriptor() function
2027 .get_descriptor = android::EffectGetDescriptor,
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp425 extern "C" int EffectGetDescriptor(const effect_uuid_t* uuid, effect_descriptor_t* pDescriptor) { in EffectGetDescriptor() function
3569 .get_descriptor = android::EffectGetDescriptor,