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

  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 126 extern "C" int EffectCreate(const effect_uuid_t *uuid,
164 } /* end EffectCreate */
756 create_effect : android::EffectCreate,
EffectReverb.c 97 int EffectCreate(const effect_uuid_t *uuid,
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 269 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle)
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/Reverb/
EffectReverb.cpp 192 extern "C" int EffectCreate(const effect_uuid_t *uuid,
204 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
249 ALOGV("\tLVM_ERROR : EffectCreate() init failed");
277 } /* end EffectCreate */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 164 extern "C" int EffectCreate(const effect_uuid_t *uuid,
178 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
279 ALOGV("\tLVM_ERROR : EffectCreate() Bundle init failed");
327 ALOGV("\tLVM_ERROR : EffectCreate() invalid UUID");
348 } /* end EffectCreate */
    [all...]

Completed in 201 milliseconds