Searched refs:dumpEffectDescriptor (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c76 static void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len, int indent);
248 dumpEffectDescriptor(pDescriptor, str, sizeof(str), 0 /* indent */);
687 dumpEffectDescriptor(d, s, sizeof(s), 0 /* indent */);
769 dumpEffectDescriptor(d, s, sizeof(s), 0 /* indent */);
980 void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len, int indent) { function
1078 dumpEffectDescriptor(d, s, sizeof(s), 2);
1090 dumpEffectDescriptor(d, s, sizeof(s), 2 /* indent */);

Completed in 165 milliseconds