Home
last modified time | relevance | path

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

/system/core/libstats/socket/
Dstats_event.c253 uint32_t newAnnotationCount = oldAnnotationCount + 1; in increment_annotation_count() local
255 if (newAnnotationCount > MAX_ANNOTATION_COUNT) { in increment_annotation_count()
260 event->buf[event->lastFieldPos] = (((uint8_t)newAnnotationCount << 4) & 0xF0) | fieldType; in increment_annotation_count()