Searched refs:mMaxPullDelayNs (Results 1 – 4 of 4) sorted by relevance
79 mMaxPullDelayNs(metric.has_max_pull_delay_sec() ? metric.max_pull_delay_sec() * NS_PER_SEC in NumericValueMetricProducer()245 if (pullDelayNs > mMaxPullDelayNs) { in accumulateEvents()247 (long long)mMaxPullDelayNs); in accumulateEvents()
96 mMaxPullDelayNs(metric.max_pull_delay_sec() > 0 ? metric.max_pull_delay_sec() * NS_PER_SEC394 if (pullDelayNs > mMaxPullDelayNs) { in pullAndMatchEventsLocked()482 if (pullDelayNs > mMaxPullDelayNs) { in onDataPulled()
199 const int64_t mMaxPullDelayNs; variable
162 const int64_t mMaxPullDelayNs; variable