Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.cpp310 pullAndMatchEventsLocked(mCurrentBucketStartTimeNs); in prepareFirstBucketLocked()
314 void GaugeMetricProducer::pullAndMatchEventsLocked(const int64_t timestampNs) { in pullAndMatchEventsLocked() function in android::os::statsd::GaugeMetricProducer
366 pullAndMatchEventsLocked(eventTimeNs); in onActiveStateChangedLocked()
382 pullAndMatchEventsLocked(eventTimeNs); in onConditionChangedLocked()
399 pullAndMatchEventsLocked(eventTimeNs); in onSlicedConditionMayChangeLocked()
475 pullAndMatchEventsLocked(eventTimeNs); in onMatchedLogEventInternalLocked()
DGaugeMetricProducer.h87 pullAndMatchEventsLocked(eventTimeNs); in notifyAppUpgrade()
130 void pullAndMatchEventsLocked(const int64_t timestampNs);
DValueMetricProducer.h74 pullAndMatchEventsLocked(eventTimeNs, mCondition); in notifyAppUpgrade()
186 void pullAndMatchEventsLocked(const int64_t timestampNs, ConditionState condition);
DValueMetricProducer.cpp172 pullAndMatchEventsLocked(mCurrentBucketStartTimeNs, mCondition); in prepareFirstBucketLocked()
219 pullAndMatchEventsLocked(dumpTimeNs, mCondition); in onDumpReportLocked()
387 pullAndMatchEventsLocked(eventTimeNs, mCondition); in onActiveStateChangedLocked()
436 pullAndMatchEventsLocked(eventTimeNs, newCondition); in onConditionChangedLocked()
456 void ValueMetricProducer::pullAndMatchEventsLocked(const int64_t timestampNs, in pullAndMatchEventsLocked() function in android::os::statsd::ValueMetricProducer