Lines Matching refs:maxBatchReportLatencyNs
570 int64_t maxBatchReportLatencyNs) { in batch() argument
576 if (maxBatchReportLatencyNs < 0) { in batch()
577 maxBatchReportLatencyNs = 0; in batch()
583 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch()
586 return batchLocked(ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch()
590 int64_t maxBatchReportLatencyNs) { in batchLocked() argument
599 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked()
603 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked()
872 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent() argument
877 ident, samplingPeriodNs, maxBatchReportLatencyNs, strerror(-index)); in setBatchParamsForIdent()
882 params.mTBatch = maxBatchReportLatencyNs; in setBatchParamsForIdent()