Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.h454 struct TagEntry : public EntryBaseDropped { struct
459 explicit TagEntry(const LogBufferElement* element) in TagEntry() argument
466 const uint32_t& getKey() const { in getKey()
469 const pid_t& getPid() const { in getPid()
472 const uid_t& getUid() const { in getUid()
475 const char* getName() const { in getName()
479 inline void add(const LogBufferElement* element) { in add()