Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricProducer.cpp165 mapStateValue(atomId, &value); in onMatchedLogEventLocked()
314 void MetricProducer::mapStateValue(const int32_t atomId, FieldValue* value) { in mapStateValue() function in android::os::statsd::MetricProducer
H A DDurationMetricProducer.cpp306 mapStateValue(atomId, &newStateCopy); in onStateChanged()
734 mapStateValue(atomId, &value); in handleMatchedLogEventValuesLocked()
H A DValueMetricProducer.cpp246 mapStateValue(atomId, &oldStateCopy); in onStateChanged()
247 mapStateValue(atomId, &newStateCopy); in onStateChanged()
H A DMetricProducer.h457 void mapStateValue(const int32_t atomId, FieldValue* value);