Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
DFieldValue.h37 int32_t getEncodedField(int32_t pos[], int32_t depth, bool includeDepth);
90 mField = getEncodedField(pos, depth, true); in Field()
DFieldValue.cpp28 int32_t getEncodedField(int32_t pos[], int32_t depth, bool includeDepth) { in getEncodedField() function
42 return getEncodedField(mask, depth, false) | 0xff000000; in encodeMatcherMask()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp533 int path = getEncodedField(pos, prevDepth, false); in init()