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.cpp407 static void appendIndent(AString *s, int32_t indent) { function in namespace:android
491 appendIndent(&tmp, indent + 2);
520 appendIndent(&s, indent);
526 appendIndent(&s, indent);
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java122 private void appendIndent(int indent) throws IOException { method in class:FastXmlSerializer
208 appendIndent(mNesting);
358 appendIndent(mNesting);

Completed in 69 milliseconds