HomeSort by relevance Sort by last modified time
    Searched defs:EffectCreate (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 257 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle)
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/testlibs/
EffectEqualizer.cpp 129 extern "C" int EffectCreate(const effect_uuid_t *uuid,
167 } /* end EffectCreate */
759 create_effect : android::EffectCreate,
EffectReverb.c 100 int EffectCreate(const effect_uuid_t *uuid,
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 196 extern "C" int EffectCreate(const effect_uuid_t *uuid,
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 */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 201 extern "C" int EffectCreate(const effect_uuid_t *uuid,
213 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
258 ALOGV("\tLVM_ERROR : EffectCreate() init failed");
293 } /* end EffectCreate */
    [all...]

Completed in 84 milliseconds