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

  /frameworks/native/libs/binder/
Debug.cpp 34 const char* stringForIndent(int32_t indentLevel)
283 if (newLine && indent) func(cookie, stringForIndent(indent));
293 if (indent > 0) func(cookie, stringForIndent(indent-1));
  /system/libhwbinder/
Debug.cpp 35 const char* stringForIndent(int32_t indentLevel)
288 if (newLine && indent) func(cookie, stringForIndent(indent));
298 if (indent > 0) func(cookie, stringForIndent(indent-1));

Completed in 66 milliseconds