Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.cpp112 parseAnnotations(numAnnotations); in parseInt32()
118 parseAnnotations(numAnnotations); in parseInt64()
132 parseAnnotations(numAnnotations); in parseString()
138 parseAnnotations(numAnnotations); in parseFloat()
145 parseAnnotations(numAnnotations); in parseBool()
159 parseAnnotations(numAnnotations); in parseByteArray()
198 parseAnnotations(numAnnotations); in parseKeyValuePairs()
230 parseAnnotations(numAnnotations, firstUidInChainIndex); in parseAttributionChain()
328 void LogEvent::parseAnnotations(uint8_t numAnnotations, int firstUidInChainIndex) { in parseAnnotations() function in android::os::statsd::LogEvent
387 parseAnnotations(getNumAnnotations(typeInfo)); // atom-level annotations in parseBuffer()
H A DLogEvent.h230 void parseAnnotations(uint8_t numAnnotations, int firstUidInChainIndex = -1);