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

/frameworks/native/libs/utils/
H A DDebug.cpp33 const char* stringForIndent(int32_t indentLevel) function in namespace:android
302 if (newLine && indent) func(cookie, stringForIndent(indent));
312 if (indent > 0) func(cookie, stringForIndent(indent-1));
H A DBufferedTextOutput.cpp178 const char* prefix = stringForIndent(b->indent);
/frameworks/native/include/utils/
H A DDebug.h51 const char* stringForIndent(int32_t indentLevel);

Completed in 1124 milliseconds