Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.h228 void parseAttributionChain(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
H A DLogEvent.cpp204 void LogEvent::parseAttributionChain(int32_t* pos, int32_t depth, bool* last, in parseAttributionChain() function in android::os::statsd::LogEvent
418 parseAttributionChain(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()