Searched refs:kWhitespace (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A Dhexdump.cpp33 static const char kWhitespace[] = local
37 CHECK_LT((size_t)indent, sizeof(kWhitespace));
39 s->append(kWhitespace, indent);
H A DAMessage.cpp326 static const char kWhitespace[] =
330 CHECK_LT((size_t)indent, sizeof(kWhitespace));
332 s->append(kWhitespace, indent);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp635 static const char kWhitespace[] = " ";
636 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth];

Completed in 109 milliseconds