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 33 const char* stringForIndent(int32_t indentLevel)
282 if (newLine && indent) func(cookie, stringForIndent(indent));
292 if (indent > 0) func(cookie, stringForIndent(indent-1));
  /system/libhwbinder/
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));

Completed in 77 milliseconds