HomeSort by relevance Sort by last modified time
    Searched refs:stringForIndent (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/binder/
Debug.h 30 const char* stringForIndent(int32_t indentLevel);
  /frameworks/native/libs/binder/
Debug.cpp 33 const char* stringForIndent(int32_t indentLevel)
288 if (newLine && indent) func(cookie, stringForIndent(indent));
298 if (indent > 0) func(cookie, stringForIndent(indent-1));
BufferedTextOutput.cpp 178 const char* prefix = stringForIndent(b->indent);

Completed in 698 milliseconds