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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c71 static void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len, int indent);
243 dumpEffectDescriptor(pDescriptor, str, sizeof(str), 0 /* indent */);
624 dumpEffectDescriptor(d, s, sizeof(s), 0 /* indent */);
706 dumpEffectDescriptor(d, s, sizeof(s), 0 /* indent */);
917 void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len, int indent) { function
1000 dumpEffectDescriptor(d, s, sizeof(s), 2);
1012 dumpEffectDescriptor(d, s, sizeof(s), 2 /* indent */);

Completed in 65 milliseconds