Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp430 parseAnnotations(getNumAnnotations(typeInfo)); // atom-level annotations in parseBuffer()
440 parseBool(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
443 parseInt32(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
446 parseInt64(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
449 parseFloat(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
452 parseByteArray(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
455 parseString(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
458 parseKeyValuePairs(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
461 parseAttributionChain(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
464 parseArray(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()
[all …]
DLogEvent.h313 uint8_t getNumAnnotations(uint8_t typeInfo);