Lines Matching refs:samplingPeriodNs
654 int64_t samplingPeriodNs, in batch() argument
658 if (samplingPeriodNs < MINIMUM_EVENTS_PERIOD) { in batch()
659 samplingPeriodNs = MINIMUM_EVENTS_PERIOD; in batch()
667 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch()
670 return batchLocked(ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch()
673 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked() argument
683 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked()
687 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked()
717 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() argument
718 return batch(ident, handle, 0, samplingPeriodNs, 0); in setDelay()
928 int64_t samplingPeriodNs, in setBatchParamsForIdent() argument
934 ident, samplingPeriodNs, maxBatchReportLatencyNs, strerror(-index)); in setBatchParamsForIdent()
938 params.mTSample = samplingPeriodNs; in setBatchParamsForIdent()