Home
last modified time | relevance | path

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

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