Searched refs:tagIndex (Results 1 – 2 of 2) sorted by relevance
256 uint32_t tagIndex = val; in scanTagLine() local257 if (tagIndex != val) { in scanTagLine()320 if (map->emplaceUnique(tagIndex, in scanTagLine()329 tagIndex, in scanTagLine()
981 uint32_t tagIndex; in android_log_processBinaryLogBuffer() local1017 tagIndex = get4LE(eventData); in android_log_processBinaryLogBuffer()1025 entry->tag = android_lookupEventTag_len(map, &entry->tagLen, tagIndex); in android_log_processBinaryLogBuffer()1037 tagLen = snprintf(messageBuf, messageBufLen, "[%" PRIu32 "]", tagIndex); in android_log_processBinaryLogBuffer()1054 fmtStr = android_lookupEventFormat_len(map, &fmtLen, tagIndex); in android_log_processBinaryLogBuffer()