Home
last modified time | relevance | path

Searched refs:tagIndex (Results 1 – 2 of 2) sorted by relevance

/system/logging/liblog/
Devent_tag_map.cpp152 uint32_t tagIndex = val; in scanTagLine() local
153 if (tagIndex != val) { in scanTagLine()
208 tagIndex, in scanTagLine()
Dlogprint.cpp976 uint32_t tagIndex; in android_log_processBinaryLogBuffer() local
1001 tagIndex = event_header->tag; in android_log_processBinaryLogBuffer()
1009 entry->tag = android_lookupEventTag_len(map, &entry->tagLen, tagIndex); in android_log_processBinaryLogBuffer()
1021 tagLen = snprintf(messageBuf, messageBufLen, "[%" PRIu32 "]", tagIndex); in android_log_processBinaryLogBuffer()
1038 fmtStr = android_lookupEventFormat_len(map, &fmtLen, tagIndex); in android_log_processBinaryLogBuffer()