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

/frameworks/av/media/libstagefright/foundation/
H A Dhexdump.cpp32 static void appendIndent(AString *s, int32_t indent) { function in namespace:android
49 appendIndent(&line, indent);
H A DAMessage.cpp519 static void appendIndent(AString *s, int32_t indent) { function in namespace:android
603 appendIndent(&tmp, indent + 2);
632 appendIndent(&s, indent);
638 appendIndent(&s, indent);
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java123 private void appendIndent(int indent) throws IOException { method in class:FastXmlSerializer
209 appendIndent(mNesting);
361 appendIndent(mNesting);

Completed in 71 milliseconds