Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.h365 struct TidEntry : public EntryBaseDropped { struct
371 TidEntry(pid_t tid, pid_t pid) in TidEntry() function
378 explicit TidEntry(LogBufferElement* element) in TidEntry() function
385 TidEntry(const TidEntry& element) in TidEntry() function
392 ~TidEntry() { in ~TidEntry() argument
396 const pid_t& getKey() const { in getKey()
399 const pid_t& getTid() const { in getTid()
402 const pid_t& getPid() const { in getPid()
405 const uid_t& getUid() const { in getUid()
408 const char* getName() const { in getName()
[all …]