Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/include/media/nblog/
DReader.h120 EntryIterator handleFormat(const FormatEntry &fmtEntry, String8 *timestamp, String8 *body);
/frameworks/av/media/libnblog/
DReader.cpp237 it = handleFormat(FormatEntry(it), &timestamp, &body); in dump()
284 EntryIterator DumpReader::handleFormat(const FormatEntry &fmtEntry, in handleFormat() function in android::NBLog::DumpReader