Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DDebug.h30 const char* stringForIndent(int32_t indentLevel);
/system/libhwbinder/
DDebug.cpp35 const char* stringForIndent(int32_t indentLevel) in stringForIndent() function
288 if (newLine && indent) func(cookie, stringForIndent(indent)); in printHexData()
298 if (indent > 0) func(cookie, stringForIndent(indent-1)); in printHexData()
DBufferedTextOutput.cpp182 const char* prefix = stringForIndent(b->indent); in print()