Home | History | Annotate | Download | only in sensorservice

Lines Matching full:maxbatchreportlatencyns

204                              int64_t maxBatchReportLatencyNs) {
215 maxBatchReportLatencyNs);
221 samplingPeriodNs, maxBatchReportLatencyNs);
228 } else if (maxBatchReportLatencyNs != 0) {
235 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs);
241 BatchParams params(flags, samplingPeriodNs, maxBatchReportLatencyNs);
245 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs);
324 int64_t maxBatchReportLatencyNs) {
328 ident, samplingPeriodNs, maxBatchReportLatencyNs, strerror(-index));
334 params.batchTimeout = maxBatchReportLatencyNs;