Home
last modified time | relevance | path

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

/system/logging/logd/
DLogStatistics.h350 class TagEntry : public EntryBase {
352 explicit TagEntry(const LogStatisticsElement& element) in TagEntry() function
441 typedef LogHashtable<uint32_t, TagEntry> tagTable_t;
DLogStatistics.cpp428 std::string TagEntry::formatHeader(const std::string& name, log_id_t id) const { in formatHeader()
436 std::string TagEntry::format(const LogStatistics&, log_id_t, uint32_t) const { in format()