Home
last modified time | relevance | path

Searched refs:FormatEntry (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libnblog/
DEntry.cpp134 return std::make_unique<FormatEntry>(FormatEntry(ptr)); in buildEntry()
144 EntryIterator FormatEntry::begin() const in begin()
149 const char *FormatEntry::formatString() const in formatString()
154 size_t FormatEntry::formatStringLength() const in formatStringLength()
159 EntryIterator FormatEntry::args() const in args()
172 int64_t FormatEntry::timestamp() const in timestamp()
179 log_hash_t FormatEntry::hash() const in hash()
190 int FormatEntry::author() const in author()
200 EntryIterator FormatEntry::copyWithAuthor( in copyWithAuthor()
DReader.cpp237 it = handleFormat(FormatEntry(it), &timestamp, &body); in dump()
284 EntryIterator DumpReader::handleFormat(const FormatEntry &fmtEntry, in handleFormat()
/frameworks/av/media/libnblog/include/media/nblog/
DEntry.h181 class FormatEntry : public AbstractEntry {
184 explicit FormatEntry(const uint8_t *ptr) : AbstractEntry(ptr) {} in FormatEntry() function
185 ~FormatEntry() override = default;
DReader.h120 EntryIterator handleFormat(const FormatEntry &fmtEntry, String8 *timestamp, String8 *body);