Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp111 parseAnnotations(numAnnotations); in parseInt32()
117 parseAnnotations(numAnnotations); in parseInt64()
131 parseAnnotations(numAnnotations); in parseString()
137 parseAnnotations(numAnnotations); in parseFloat()
144 parseAnnotations(numAnnotations); in parseBool()
158 parseAnnotations(numAnnotations); in parseByteArray()
197 parseAnnotations(numAnnotations); in parseKeyValuePairs()
225 parseAnnotations(numAnnotations, firstUidInChainIndex); in parseAttributionChain()
309 void LogEvent::parseAnnotations(uint8_t numAnnotations, int firstUidInChainIndex) { in parseAnnotations() function in android::os::statsd::LogEvent
368 parseAnnotations(getNumAnnotations(typeInfo)); // atom-level annotations in parseBuffer()
DLogEvent.h230 void parseAnnotations(uint8_t numAnnotations, int firstUidInChainIndex = -1);