Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.h85 pullAndMatchEventsLocked(eventTimeNs); in notifyAppUpgrade()
95 pullAndMatchEventsLocked(eventTimeNs); in onStatsdInitCompleted()
138 void pullAndMatchEventsLocked(const int64_t timestampNs);
DGaugeMetricProducer.cpp297 pullAndMatchEventsLocked(mCurrentBucketStartTimeNs); in prepareFirstBucketLocked()
301 void GaugeMetricProducer::pullAndMatchEventsLocked(const int64_t timestampNs) { in pullAndMatchEventsLocked() function in android::os::statsd::GaugeMetricProducer
352 pullAndMatchEventsLocked(eventTimeNs); in onActiveStateChangedLocked()
368 pullAndMatchEventsLocked(eventTimeNs); in onConditionChangedLocked()
385 pullAndMatchEventsLocked(eventTimeNs); in onSlicedConditionMayChangeLocked()
469 pullAndMatchEventsLocked(eventTimeNs); in onMatchedLogEventInternalLocked()
DValueMetricProducer.h79 pullAndMatchEventsLocked(eventTimeNs); in notifyAppUpgrade()
88 pullAndMatchEventsLocked(eventTimeNs); in onStatsdInitCompleted()
220 void pullAndMatchEventsLocked(const int64_t timestampNs);
DValueMetricProducer.cpp219 pullAndMatchEventsLocked(eventTimeNs); in onStateChanged()
264 pullAndMatchEventsLocked(dumpTimeNs); in onDumpReportLocked()
443 pullAndMatchEventsLocked(eventTimeNs); in onActiveStateChangedLocked()
503 pullAndMatchEventsLocked(eventTimeNs); in onConditionChangedLocked()
524 pullAndMatchEventsLocked(mCurrentBucketStartTimeNs); in prepareFirstBucketLocked()
528 void ValueMetricProducer::pullAndMatchEventsLocked(const int64_t timestampNs) { in pullAndMatchEventsLocked() function in android::os::statsd::ValueMetricProducer