Home
last modified time | relevance | path

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

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