Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/
H A 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()
H A DBufferedTextOutput.cpp165 const char* prefix = stringForIndent(b->indent); in print()
/aosp12/frameworks/native/libs/binder/
H A DDebug.cpp51 const char* stringForIndent(int32_t indentLevel) in stringForIndent() function
304 if (newLine && indent) func(cookie, stringForIndent(indent)); in printHexData()
314 if (indent > 0) func(cookie, stringForIndent(indent-1)); in printHexData()
H A DDebug.h28 const char* stringForIndent(int32_t indentLevel);
H A DBufferedTextOutput.cpp166 const char* prefix = stringForIndent(b->indent); in print()
/aosp12/system/libhwbinder/include/hwbinder/
H A DDebug.h34 const char* stringForIndent(int32_t indentLevel);