Searched refs:fmtEntry (Results 1 – 3 of 3) sorted by relevance
284 EntryIterator DumpReader::handleFormat(const FormatEntry &fmtEntry, in handleFormat() argument297 const int64_t ts = fmtEntry.timestamp(); in handleFormat()303 log_hash_t hash = fmtEntry.hash(); in handleFormat()308 handleAuthor(fmtEntry, body); in handleFormat()311 EntryIterator arg = fmtEntry.args(); in handleFormat()313 const char* fmt = fmtEntry.formatString(); in handleFormat()314 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);