Home
last modified time | relevance | path

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

/packages/modules/StatsD/lib/libstatssocket/
Dstats_event.c333 uint32_t newAnnotationCount = oldAnnotationCount + 1; in increment_annotation_count() local
335 if (newAnnotationCount > MAX_ANNOTATION_COUNT) { in increment_annotation_count()
340 event->buf[event->lastFieldPos] = (((uint8_t)newAnnotationCount << 4) & 0xF0) | fieldType; in increment_annotation_count()