Searched refs:bufferDump (Results 1 – 2 of 2) sorted by relevance
128 static String8 bufferDump(const uint8_t *buffer, size_t size);129 static String8 bufferDump(const EntryIterator &it);
425 String8 DumpReader::bufferDump(const uint8_t *buffer, size_t size) in bufferDump() function in android::NBLog::DumpReader439 String8 DumpReader::bufferDump(const EntryIterator &it) in bufferDump() function in android::NBLog::DumpReader441 return bufferDump(it, it->length + Entry::kOverhead); in bufferDump()