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

/frameworks/av/include/media/
H A DEffectsFactoryApi.h86 // Function: EffectCreate
113 int EffectCreate(const effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId,
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h303 int EffectCreate(const effect_uuid_t *effectUID,
H A DEffectEqualizer.cpp126 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon482
164 } /* end EffectCreate */
756 create_effect : android::EffectCreate,
H A DEffectReverb.c97 int EffectCreate(const effect_uuid_t *uuid, function
2208 .create_effect = EffectCreate,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp190 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon477
202 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
247 ALOGV("\tLVM_ERROR : EffectCreate() init failed");
275 } /* end EffectCreate */
2156 create_effect : android::EffectCreate,
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c269 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) function
283 ALOGV("EffectCreate() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
291 ALOGW("EffectCreate() init error: %d", ret);
310 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
319 ALOGV("EffectCreate() gInterfaceWithReverse");
322 ALOGV("EffectCreate() gInterface");
333 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
739 // the matched sub_effect . Used in EffectCreate of sub effects
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp162 extern "C" int EffectCreate(const effect_uuid_t *uuid, function in namespace:android::__anon474
176 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
275 ALOGV("\tLVM_ERROR : EffectCreate() Bundle init failed");
323 ALOGV("\tLVM_ERROR : EffectCreate() invalid UUID");
344 } /* end EffectCreate */
3274 create_effect : android::EffectCreate,
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp285 if (EffectCreate(&dwnmFxDesc.uuid,
H A DEffects.cpp75 mStatus = EffectCreate(&desc->uuid, sessionId, thread->id(), &mEffectInterface);

Completed in 219 milliseconds