Lines Matching refs:samplingPeriodNs
320 int64_t samplingPeriodNs, in batch() argument
324 if (samplingPeriodNs < MINIMUM_EVENTS_PERIOD) { in batch()
325 samplingPeriodNs = MINIMUM_EVENTS_PERIOD; in batch()
333 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch()
344 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs); in batch()
348 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch()
379 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() argument
380 return batch(ident, handle, 0, samplingPeriodNs, 0); in setDelay()
578 int64_t samplingPeriodNs, in setBatchParamsForIdent() argument
584 ident, samplingPeriodNs, maxBatchReportLatencyNs, strerror(-index)); in setBatchParamsForIdent()
588 params.mTSample = samplingPeriodNs; in setBatchParamsForIdent()