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

  /frameworks/av/include/media/
EffectsFactoryApi.h 85 // Function: EffectCreate
112 int EffectCreate(const effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 306 int EffectCreate(const effect_uuid_t *effectUID,
EffectEqualizer.cpp 143 extern "C" int EffectCreate(const effect_uuid_t *uuid,
181 } /* end EffectCreate */
776 create_effect : android::EffectCreate,
EffectReverb.c 114 int EffectCreate(const effect_uuid_t *uuid,
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 260 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle)
274 ALOGV("EffectCreate() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
282 ALOGW("EffectCreate() init error: %d", ret);
296 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
305 ALOGV("EffectCreate() gInterfaceWithReverse");
308 ALOGV("EffectCreate() gInterface");
319 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 214 extern "C" int EffectCreate(const effect_uuid_t *uuid,
226 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
271 ALOGV("\tLVM_ERROR : EffectCreate() init failed");
299 } /* end EffectCreate */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 198 extern "C" int EffectCreate(const effect_uuid_t *uuid,
212 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
306 ALOGV("\tLVM_ERROR : EffectCreate() Bundle init failed");
354 ALOGV("\tLVM_ERROR : EffectCreate() invalid UUID");
375 } /* end EffectCreate */
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 268 if (EffectCreate(&dwnmFxDesc.uuid,
    [all...]
AudioFlinger.cpp     [all...]

Completed in 218 milliseconds