Searched refs:mMaxPullDelayNs (Results 1 – 4 of 4) sorted by relevance
90 mMaxPullDelayNs(metric.max_pull_delay_sec() > 0 ? metric.max_pull_delay_sec() * NS_PER_SEC331 if (pullDelayNs > mMaxPullDelayNs) { in pullAndMatchEventsLocked()420 if (pullDelayNs > mMaxPullDelayNs) { in onDataPulled()
178 const int64_t mMaxPullDelayNs; variable
114 mMaxPullDelayNs(metric.max_pull_delay_sec() > 0 ? metric.max_pull_delay_sec() * NS_PER_SEC in ValueMetricProducer()596 if (pullDelayNs > mMaxPullDelayNs) { in accumulateEvents()598 (long long)mMaxPullDelayNs); in accumulateEvents()
267 const int64_t mMaxPullDelayNs; variable