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