Searched refs:TidEntry (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogStatistics.h310 struct TidEntry : public EntryBaseDropped { struct in inherits:EntryBaseDropped
316 TidEntry(pid_t tid, pid_t pid): function in struct:TidEntry
323 TidEntry(LogBufferElement *element): function in struct:TidEntry
330 TidEntry(const TidEntry &element): function in struct:TidEntry
337 ~TidEntry() { free(name); }
428 typedef LogHashtable<pid_t, TidEntry> tidTable_t;
H A DLogStatistics.cpp361 std::string TidEntry::formatHeader(const std::string &name, log_id_t /* id */) const {
370 std::string TidEntry::format(const LogStatistics &stat, log_id_t /* id */) const {

Completed in 19 milliseconds