Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.cpp498 long gaugeVal = 0; in onMatchedLogEventInternalLocked() local
500 gaugeVal = (long)value.int_value; in onMatchedLogEventInternalLocked()
502 gaugeVal = value.long_value; in onMatchedLogEventInternalLocked()
506 eventKey, gaugeVal); in onMatchedLogEventInternalLocked()
518 long gaugeVal = 0; in updateCurrentSlicedBucketForAnomaly() local
520 gaugeVal = (long)value.int_value; in updateCurrentSlicedBucketForAnomaly()
522 gaugeVal = value.long_value; in updateCurrentSlicedBucketForAnomaly()
524 (*mCurrentSlicedBucketForAnomaly)[slice.first] = gaugeVal; in updateCurrentSlicedBucketForAnomaly()