Searched defs:EffectCreate (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c260 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) function
274 ALOGV("EffectCreate() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
282 ALOGW("EffectCreate() init error: %d", ret);
296 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
305 ALOGV("EffectCreate() gInterfaceWithReverse");
308 ALOGV("EffectCreate() gInterface");
319 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp143 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon468
181 } /* end EffectCreate */
776 create_effect : android::EffectCreate,
H A DEffectReverb.c114 int EffectCreate(const effect_uuid_t *uuid, function
2227 .create_effect = EffectCreate,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp198 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon461
212 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
310 ALOGV("\tLVM_ERROR : EffectCreate() Bundle init failed");
358 ALOGV("\tLVM_ERROR : EffectCreate() invalid UUID");
379 } /* end EffectCreate */
3309 create_effect : android::EffectCreate,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp214 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon464
226 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
271 ALOGV("\tLVM_ERROR : EffectCreate() init failed");
299 } /* end EffectCreate */
2180 create_effect : android::EffectCreate,

Completed in 104 milliseconds