Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.cpp315 bool triggerPuller = false; in pullAndMatchEventsLocked() local
320 triggerPuller = mCondition == ConditionState::kTrue && mCurrentSlicedBucket->empty(); in pullAndMatchEventsLocked()
324 triggerPuller = mCondition == ConditionState::kTrue; in pullAndMatchEventsLocked()
328 triggerPuller = mCondition == ConditionState::kTrue; in pullAndMatchEventsLocked()
334 if (!triggerPuller) { in pullAndMatchEventsLocked()