Searched refs:EffectCreate (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/media/
H A DEffectsFactoryApi.h89 // Function: EffectCreate
117 int EffectCreate(const effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId,
/frameworks/av/media/libeffects/factory/include/media/
H A DEffectsFactoryApi.h89 // Function: EffectCreate
117 int EffectCreate(const effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId,
/frameworks/av/media/libaudiohal/
H A DEffectsFactoryHalLocal.cpp52 int result = EffectCreate(pEffectUuid, sessionId, ioId, &handle);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h303 int EffectCreate(const effect_uuid_t *effectUID,
H A DEffectEqualizer.cpp129 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon341
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.c257 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) function
271 ALOGV("EffectCreate() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
279 ALOGW("EffectCreate() init error: %d", ret);
298 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
307 ALOGV("EffectCreate() gInterfaceWithReverse");
310 ALOGV("EffectCreate() gInterface");
321 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
462 // the matched sub_effect . Used in EffectCreate of sub effects
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp201 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon336
213 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
258 ALOGV("\tLVM_ERROR : EffectCreate() init failed");
293 } /* end EffectCreate */
2317 .create_effect = android::EffectCreate,
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp196 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon333
210 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
314 ALOGV("\tLVM_ERROR : EffectCreate() Bundle init failed");
362 ALOGV("\tLVM_ERROR : EffectCreate() invalid UUID");
385 } /* end EffectCreate */
3922 .create_effect = android::EffectCreate,

Completed in 276 milliseconds