OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EffectGetDescriptor
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp
181
extern "C" int
EffectGetDescriptor
(const effect_uuid_t *uuid,
185
ALOGV("
EffectGetDescriptor
() called with NULL pointer");
195
} /* end
EffectGetDescriptor
*/
758
get_descriptor : android::
EffectGetDescriptor
,
EffectReverb.c
168
int
EffectGetDescriptor
(const effect_uuid_t *uuid,
174
ALOGV("
EffectGetDescriptor
() called with NULL pointer");
181
ALOGV("
EffectGetDescriptor
- UUID matched Reverb type %d, UUID = %x",
188
} /* end
EffectGetDescriptor
*/
[
all
...]
/frameworks/av/media/libeffects/factory/
EffectsFactory.c
248
int
EffectGetDescriptor
(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor)
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
299
extern "C" int
EffectGetDescriptor
(const effect_uuid_t *uuid,
305
ALOGV("
EffectGetDescriptor
() called with NULL pointer");
312
ALOGV("
EffectGetDescriptor
- UUID matched Reverb type %d, UUID = %x",
319
} /* end
EffectGetDescriptor
*/
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp
447
extern "C" int
EffectGetDescriptor
(const effect_uuid_t *uuid,
452
ALOGV("
EffectGetDescriptor
() called with NULL pointer");
473
} /* end
EffectGetDescriptor
*/
[
all
...]
Completed in 527 milliseconds