Home
last modified time | relevance | path

Searched refs:MsgToTag (Results 1 – 5 of 5) sorted by relevance

/system/core/logd/
DLogUtils.h68 static inline uint32_t MsgToTag(const char* msg, uint16_t msg_len) { in MsgToTag() function
DSerializedLogEntry.h56 .tag = IsBinary(log_id) ? MsgToTag(msg(), msg_len()) : 0, in ToLogStatisticsElement()
DLogBufferElement.cpp98 return MsgToTag(msg(), msg_len()); in GetTag()
DSimpleLogBuffer.cpp67 int32_t numeric_tag = MsgToTag(msg, len); in ShouldLog()
DSerializedLogBuffer.cpp58 int32_t tag_int = MsgToTag(msg, len); in ShouldLog()