Searched refs:mAggregationThreshold (Results 1 – 2 of 2) sorted by relevance
171 mAggregationThreshold = config.aggregation_threshold(); in OnSetup()203 if (!mInternLimit && !mAggregationThreshold) { in Write()256 if (!mAggregationThreshold || count < mAggregationThreshold) { in Write()
121 uint32_t mAggregationThreshold; variable