Searched refs:mMaxPullDelayNs (Results 1 – 4 of 4) sorted by relevance
85 mMaxPullDelayNs(metric.has_max_pull_delay_sec() ? metric.max_pull_delay_sec() * NS_PER_SEC in NumericValueMetricProducer()257 if (pullDelayNs > mMaxPullDelayNs) { in accumulateEvents()259 (long long)mMaxPullDelayNs); in accumulateEvents()
101 mMaxPullDelayNs(metric.max_pull_delay_sec() > 0 ? metric.max_pull_delay_sec() * NS_PER_SEC416 if (pullDelayNs > mMaxPullDelayNs) { in pullAndMatchEventsLocked()509 if (pullDelayNs > mMaxPullDelayNs) { in onDataPulled()
216 const int64_t mMaxPullDelayNs; variable
188 const int64_t mMaxPullDelayNs; variable