OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EffectCreate
(Results
1 - 6
of
6
) sorted by null
/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/testlibs/
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/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
...]
Completed in 164 milliseconds