Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DGaugeMetricProducer.cpp212 pullAndMatchEventsLocked(mCurrentBucketStartTimeNs); in onConfigUpdatedLocked()
358 pullAndMatchEventsLocked(mCurrentBucketStartTimeNs); in prepareFirstBucketLocked()
362 void GaugeMetricProducer::pullAndMatchEventsLocked(const int64_t timestampNs) { in pullAndMatchEventsLocked() function in android::os::statsd::GaugeMetricProducer
413 pullAndMatchEventsLocked(eventTimeNs); in onActiveStateChangedLocked()
429 pullAndMatchEventsLocked(eventTimeNs); in onConditionChangedLocked()
446 pullAndMatchEventsLocked(eventTimeNs); in onSlicedConditionMayChangeLocked()
530 pullAndMatchEventsLocked(eventTimeNs); in onMatchedLogEventInternalLocked()
H A DGaugeMetricProducer.h86 pullAndMatchEventsLocked(eventTimeNs); in notifyAppUpgrade()
96 pullAndMatchEventsLocked(eventTimeNs); in onStatsdInitCompleted()
143 void pullAndMatchEventsLocked(const int64_t timestampNs);
H A DValueMetricProducer.h78 pullAndMatchEventsLocked(eventTimeNs); in notifyAppUpgrade()
87 pullAndMatchEventsLocked(eventTimeNs); in onStatsdInitCompleted()
263 void pullAndMatchEventsLocked(const int64_t timestampNs);
H A DValueMetricProducer.cpp268 pullAndMatchEventsLocked(eventTimeNs); in onStateChanged()
313 pullAndMatchEventsLocked(dumpTimeNs); in onDumpReportLocked()
494 pullAndMatchEventsLocked(eventTimeNs); in onActiveStateChangedLocked()
558 pullAndMatchEventsLocked(eventTimeNs); in onConditionChangedLocked()
602 pullAndMatchEventsLocked(mCurrentBucketStartTimeNs); in prepareFirstBucketLocked()
606 void ValueMetricProducer::pullAndMatchEventsLocked(const int64_t timestampNs) { in pullAndMatchEventsLocked() function in android::os::statsd::ValueMetricProducer