Searched refs:fmtEntry (Results 1 – 3 of 3) sorted by relevance
293 EntryIterator DumpReader::handleFormat(const FormatEntry &fmtEntry, in handleFormat() argument306 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()
119 void handleAuthor(const AbstractEntry& fmtEntry __unused, String8* body __unused) {} in handleAuthor()120 EntryIterator handleFormat(const FormatEntry &fmtEntry, String8 *timestamp, String8 *body);
111 void handleAuthor(const AbstractEntry &fmtEntry, String8 *body);