Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/matchers/
DAtomMatchingTracker.h43 : mId(id), mInitialized(false), mProtoHash(protoHash){}; in AtomMatchingTracker()
96 return mProtoHash; in getProtoHash()
117 const uint64_t mProtoHash; variable
/packages/modules/StatsD/statsd/src/condition/
DConditionTracker.h41 mProtoHash(protoHash){}; in ConditionTracker()
137 return mProtoHash; in getProtoHash()
181 const uint64_t mProtoHash; variable
/packages/modules/StatsD/statsd/src/metrics/
DMetricProducer.h345 return mProtoHash; in getProtoHash()
514 const uint64_t mProtoHash; variable
DMetricProducer.cpp58 mProtoHash(protoHash), in MetricProducer()