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

  /frameworks/av/include/media/
EffectsFactoryApi.h 86 // Function: EffectCreate
113 int EffectCreate(const effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId,
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 82 ALOGE("EffectCreate() could not get the sub effects");
104 ALOGV("EffectCreate() UUID of HOST: %08X-%04X-%04X-%04X-%02X%02X%02X%02X"
109 ALOGV("EffectCreate() UUID of OFFLOAD: %08X-%04X-%04X-%04X-%02X%02X%02X%02X"
120 ALOGV("EffectCreate end");
189 ALOGV("Effect_command() Calling HOST EffectCreate");
190 status = EffectCreate(&pContext->desc[SUB_FX_HOST].uuid,
199 ALOGV("Effect_command() Calling OFFLOAD EffectCreate");
200 status = EffectCreate(&pContext->desc[SUB_FX_OFFLOAD].uuid,
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 303 int EffectCreate(const effect_uuid_t *effectUID,
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/lvm/wrapper/Reverb/
EffectReverb.cpp 190 extern "C" int EffectCreate(const effect_uuid_t *uuid,
202 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer");
247 ALOGV("\tLVM_ERROR : EffectCreate() init failed");
275 } /* end EffectCreate */
    [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);
747 // the matched sub_effect . Used in EffectCreate of sub effects
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 162 extern "C" int EffectCreate(const effect_uuid_t *uuid,
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 */
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 285 if (EffectCreate(&dwnmFxDesc.uuid,
    [all...]
Effects.cpp 75 mStatus = EffectCreate(&desc->uuid, sessionId, thread->id(), &mEffectInterface);
    [all...]

Completed in 140 milliseconds