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

/frameworks/native/libs/binder/
H A DDebug.cpp33 const char* stringForIndent(int32_t indentLevel) function in namespace:android
282 if (newLine && indent) func(cookie, stringForIndent(indent));
292 if (indent > 0) func(cookie, stringForIndent(indent-1));

Completed in 370 milliseconds