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

/system/core/logd/
H A DLogStatistics.h375 struct TidEntry : public EntryBaseDropped { struct in inherits:EntryBaseDropped
381 TidEntry(pid_t tid, pid_t pid) function in struct:TidEntry
388 TidEntry(pid_t tid) function in struct:TidEntry
395 explicit TidEntry(const LogBufferElement* element) function in struct:TidEntry
402 TidEntry(const TidEntry& element) function in struct:TidEntry
409 ~TidEntry() {
696 typedef LogHashtable<pid_t, TidEntry> tidTable_t;

Completed in 131 milliseconds