Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/
DFieldValue.h37 int32_t getEncodedField(int32_t pos[], int32_t depth, bool includeDepth);
90 mField = getEncodedField(pos, depth, true); in Field()
DFieldValue.cpp27 int32_t getEncodedField(int32_t pos[], int32_t depth, bool includeDepth) { in getEncodedField() function
41 return getEncodedField(mask, depth, false) | 0xff000000; in encodeMatcherMask()