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

  /frameworks/base/include/media/
EffectsFactoryApi.h 85 // Function: EffectCreate
112 int EffectCreate(effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId, effect_interface_t *pInterface);
  /frameworks/base/media/libeffects/testlibs/
EffectReverb.h 306 int EffectCreate(effect_uuid_t *effectUID,
EffectEqualizer.cpp 141 extern "C" int EffectCreate(effect_uuid_t *uuid,
178 } /* end EffectCreate */
EffectReverb.c 112 int EffectCreate(effect_uuid_t *uuid,
    [all...]
  /frameworks/base/media/libeffects/visualizer/
EffectVisualizer.cpp 164 extern "C" int EffectCreate(effect_uuid_t *uuid,
186 LOGW("EffectCreate() init failed");
195 LOGV("EffectCreate %p", pContext);
  /frameworks/base/media/libeffects/factory/
EffectsFactory.c 193 int EffectCreate(effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_interface_t *pInterface)
207 LOGV("EffectCreate() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
215 LOGW("EffectCreate() init error: %d", ret);
229 LOGW("EffectCreate() library %s: could not create fx %s, error %d", l->path, d->name, ret);
246 LOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pInterface, itfe, l->path);
418 createFx = (effect_CreateEffect_t)dlsym(hdl, "EffectCreate");
420 LOGW("could not get EffectCreate from lib %s", libPath);
  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 211 extern "C" int EffectCreate(effect_uuid_t *uuid,
223 LOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
268 LOGV("\tLVM_ERROR : EffectCreate() init failed");
296 } /* end EffectCreate */
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 187 extern "C" int EffectCreate(effect_uuid_t *uuid,
201 LOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
295 LOGV("\tLVM_ERROR : EffectCreate() Bundle init failed");
343 LOGV("\tLVM_ERROR : EffectCreate() invalid UUID");
364 } /* end EffectCreate */
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 188 milliseconds