Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DGaugeMetricProducer.cpp363 bool triggerPuller = false; in pullAndMatchEventsLocked() local
368 triggerPuller = mCondition == ConditionState::kTrue && mCurrentSlicedBucket->empty(); in pullAndMatchEventsLocked()
372 triggerPuller = mCondition == ConditionState::kTrue; in pullAndMatchEventsLocked()
376 triggerPuller = mCondition == ConditionState::kTrue; in pullAndMatchEventsLocked()
382 if (!triggerPuller) { in pullAndMatchEventsLocked()