OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findEffect
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libeffects/factory/
EffectsFactoryState.h
44
int
findEffect
(const effect_uuid_t *type,
EffectsFactoryState.c
31
int
findEffect
(const effect_uuid_t *type,
60
ALOGV("
findEffect
() effect not found");
63
ALOGV("
findEffect
() found effect: %s in lib %s", d->name, l->name);
EffectsFactory.c
249
ret =
findEffect
(NULL, uuid, &l, &d);
284
ret =
findEffect
(NULL, uuid, &l, &d);
287
// so,
findEffect
will fail. Search for the effect in gSubEffectList.
EffectsXmlConfigLoader.cpp
250
if (
findEffect
(nullptr, &effect.uuid, &_, nullptr) == 0) {
EffectsConfigLoader.c
334
if (
findEffect
(NULL, &uuid, &tmp, NULL) == 0) {
Completed in 85 milliseconds