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