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

/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp129 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon345
167 } /* end EffectCreate */
759 create_effect : android::EffectCreate,
H A DEffectReverb.c100 int EffectCreate(const effect_uuid_t *uuid, function
2211 .create_effect = EffectCreate,
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c276 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) function
290 ALOGV("EffectCreate() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
298 ALOGW("EffectCreate() init error: %d", ret);
317 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
326 ALOGV("EffectCreate() gInterfaceWithReverse");
329 ALOGV("EffectCreate() gInterface");
340 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
840 // the matched sub_effect . Used in EffectCreate of sub effects
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp193 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon340
205 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
250 ALOGV("\tLVM_ERROR : EffectCreate() init failed");
278 } /* end EffectCreate */
2158 .create_effect = android::EffectCreate,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp168 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon337
182 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
283 ALOGV("\tLVM_ERROR : EffectCreate() Bundle init failed");
331 ALOGV("\tLVM_ERROR : EffectCreate() invalid UUID");
354 } /* end EffectCreate */
3581 .create_effect = android::EffectCreate,

Completed in 4652 milliseconds