Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/
DHashableDimensionKey.cpp41 int childDepth, int childPrefix, in populateStatsDimensionsValueParcelChildren() argument
57 if (fieldDepth == childDepth && fieldPrefix == childPrefix) { in populateStatsDimensionsValueParcelChildren()
81 } else if (fieldDepth > childDepth && fieldPrefix == childPrefix) { in populateStatsDimensionsValueParcelChildren()
107 int childPrefix = 0; in toStatsDimensionsValueParcel() local
109 populateStatsDimensionsValueParcelChildren(root, childDepth, childPrefix, mValues, index); in toStatsDimensionsValueParcel()