OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EffectCreate
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libeffects/factory/include/media/
EffectsFactoryApi.h
89
// Function:
EffectCreate
117
int
EffectCreate
(const effect_uuid_t *pEffectUuid, int32_t sessionId, int32_t ioId,
/frameworks/av/media/libeffects/testlibs/
EffectReverb.h
303
int
EffectCreate
(const effect_uuid_t *effectUID,
EffectEqualizer.cpp
129
extern "C" int
EffectCreate
(const effect_uuid_t *uuid,
167
} /* end
EffectCreate
*/
759
create_effect : android::
EffectCreate
,
EffectReverb.c
100
int
EffectCreate
(const effect_uuid_t *uuid,
[
all
...]
/frameworks/av/media/libeffects/factory/
EffectsFactory.c
257
int
EffectCreate
(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle)
270
ALOGV("
EffectCreate
() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
278
ALOGW("
EffectCreate
() init error: %d", ret);
297
ALOGW("
EffectCreate
() library %s: could not create fx %s, error %d", l->name, d->name, ret);
306
ALOGV("
EffectCreate
() gInterfaceWithReverse");
309
ALOGV("
EffectCreate
() gInterface");
320
ALOGV("
EffectCreate
() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
459
// the matched sub_effect . Used in
EffectCreate
of sub effects
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
208
extern "C" int
EffectCreate
(const effect_uuid_t *uuid,
220
ALOGV("\tLVM_ERROR :
EffectCreate
() called with NULL pointer");
265
ALOGV("\tLVM_ERROR :
EffectCreate
() init failed");
296
} /* end
EffectCreate
*/
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp
187
extern "C" int
EffectCreate
(const effect_uuid_t *uuid,
201
ALOGV("\tLVM_ERROR :
EffectCreate
() called with NULL pointer");
310
ALOGV("\tLVM_ERROR :
EffectCreate
() Bundle init failed");
358
ALOGV("\tLVM_ERROR :
EffectCreate
() invalid UUID");
381
} /* end
EffectCreate
*/
[
all
...]
Completed in 278 milliseconds