Home
last modified time | relevance | path

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

/system/core/liblog/
Devent_tag_map.cpp263 uint32_t tagIndex = val; in scanTagLine() local
264 if (tagIndex != val) { in scanTagLine()
326 if (map->emplaceUnique(tagIndex, in scanTagLine()
335 tagIndex, in scanTagLine()
Dlogprint.cpp1001 uint32_t tagIndex; in android_log_processBinaryLogBuffer() local
1037 tagIndex = get4LE(eventData); in android_log_processBinaryLogBuffer()
1045 entry->tag = android_lookupEventTag_len(map, &entry->tagLen, tagIndex); in android_log_processBinaryLogBuffer()
1057 tagLen = snprintf(messageBuf, messageBufLen, "[%" PRIu32 "]", tagIndex); in android_log_processBinaryLogBuffer()
1074 fmtStr = android_lookupEventFormat_len(map, &fmtLen, tagIndex); in android_log_processBinaryLogBuffer()