Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp206 const int32_t numNodes = readNextValue<uint8_t>(); in parseAttributionChain() local
207 for (pos[1] = 1; pos[1] <= numNodes; pos[1]++) { in parseAttributionChain()
208 last[1] = (pos[1] == numNodes); in parseAttributionChain()