Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DNBLog.cpp871 NBLog::FormatEntry::iterator NBLog::Reader::handleFormat(const FormatEntry &fmtEntry, in handleFormat() argument
875 struct timespec ts = fmtEntry.timestamp(); in handleFormat()
881 handleAuthor(fmtEntry, body); in handleFormat()
884 NBLog::FormatEntry::iterator arg = fmtEntry.args(); in handleFormat()
886 const char* fmt = fmtEntry.formatString(); in handleFormat()
887 size_t fmt_length = fmtEntry.formatStringLength(); in handleFormat()
1033 size_t NBLog::MergeReader::handleAuthor(const NBLog::FormatEntry &fmtEntry, String8 *body) { in handleAuthor() argument
1034 int author = fmtEntry.author(); in handleAuthor()
/frameworks/av/media/libnbaio/include/
DNBLog.h379 FormatEntry::iterator handleFormat(const FormatEntry &fmtEntry,
383 virtual size_t handleAuthor(const FormatEntry &fmtEntry, String8 *body) { return 0; } in handleAuthor() argument
440 size_t handleAuthor(const FormatEntry &fmtEntry, String8 *body);