Searched refs:batchingPeriod (Results 1 – 1 of 1) sorted by relevance
896 int HidRawSensor::batch(int64_t samplingPeriod, int64_t batchingPeriod) { in batch() argument902 if (samplingPeriod < 0 || batchingPeriod < 0) { in batch()906 bool needRefresh = mSamplingPeriod != samplingPeriod || mBatchingPeriod != batchingPeriod; in batch()936 mBatchingPeriod = batchingPeriod; in batch()