Searched refs:mSamplingPeriod (Results 1 – 2 of 2) sorted by relevance
223 int64_t mSamplingPeriod; // ns variable
48 mSamplingPeriod(1000LL*1000*1000), mBatchingPeriod(0), mDevice(device), mValid(false) { in HidRawSensor()1116 bool needRefresh = mSamplingPeriod != samplingPeriod || mBatchingPeriod != batchingPeriod; in batch()1140 mSamplingPeriod = samplingPeriod; in batch()