Searched refs:getRawPosAtDepth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/
H A DFieldValue.h136 inline int32_t getRawPosAtDepth(int32_t depth) const { function in struct:android::os::statsd::Field
145 return getRawPosAtDepth(depth) & kClearLastBitDeco;
157 return getDepth() >= depth && getRawPosAtDepth(depth) == 0;
161 return getDepth() >= depth && getRawPosAtDepth(depth) == kLastBitMask;
244 if (mMatcher.getDepth() == 2 && mMatcher.getRawPosAtDepth(1) == 0) {

Completed in 62 milliseconds