Home
last modified time | relevance | path

Searched refs:fmtEntry (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libnblog/
DReader.cpp293 EntryIterator DumpReader::handleFormat(const FormatEntry &fmtEntry, in handleFormat() argument
306 const int64_t ts = fmtEntry.timestamp(); in handleFormat()
312 log_hash_t hash = fmtEntry.hash(); in handleFormat()
317 handleAuthor(fmtEntry, body); in handleFormat()
320 EntryIterator arg = fmtEntry.args(); in handleFormat()
322 const char* fmt = fmtEntry.formatString(); in handleFormat()
323 size_t fmt_length = fmtEntry.formatStringLength(); in handleFormat()
/frameworks/av/media/libnblog/include/media/nblog/
DReader.h119 void handleAuthor(const AbstractEntry& fmtEntry __unused, String8* body __unused) {} in handleAuthor()
120 EntryIterator handleFormat(const FormatEntry &fmtEntry, String8 *timestamp, String8 *body);
DMerger.h111 void handleAuthor(const AbstractEntry &fmtEntry, String8 *body);