Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.cpp447 long gaugeVal = 0; in onMatchedLogEventInternalLocked() local
449 gaugeVal = (long)value.int_value; in onMatchedLogEventInternalLocked()
451 gaugeVal = value.long_value; in onMatchedLogEventInternalLocked()
455 gaugeVal); in onMatchedLogEventInternalLocked()
467 long gaugeVal = 0; in updateCurrentSlicedBucketForAnomaly() local
469 gaugeVal = (long)value.int_value; in updateCurrentSlicedBucketForAnomaly()
471 gaugeVal = value.long_value; in updateCurrentSlicedBucketForAnomaly()
473 (*mCurrentSlicedBucketForAnomaly)[slice.first] = gaugeVal; in updateCurrentSlicedBucketForAnomaly()