Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.h440 struct TagEntry : public EntryBaseDropped { struct
445 explicit TagEntry(LogBufferElement* element) in TagEntry() argument
452 const uint32_t& getKey() const { in getKey()
455 const pid_t& getPid() const { in getPid()
458 const uid_t& getUid() const { in getUid()
461 const char* getName() const { in getName()
465 inline void add(LogBufferElement* element) { in add()