Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h228 void parseAttributionChain(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
DLogEvent.cpp203 void LogEvent::parseAttributionChain(int32_t* pos, int32_t depth, bool* last, in parseAttributionChain() function in android::os::statsd::LogEvent
399 parseAttributionChain(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBuffer()